]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Add new __RCSID macro
authorGuillem Jover <guillem@hadrons.org>
Mon, 25 May 2009 06:56:34 +0000 (08:56 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 25 May 2009 06:56:34 +0000 (08:56 +0200)
Define it to nothing, so that source imported from BSDs can be easily
compiled w/o needing to modify them.

include/bsd/cdefs.h

index 9d5920c40662f025bf9307cc30ff5f1e4dbd4c68..0ed7be9dd90df37b636c5472f81d160512b77c2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2004, 2005, 2006 Guillem Jover
+ * Copyright © 2004, 2005, 2006, 2009 Guillem Jover
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
 # define __bounded__(x, y, z)
 #endif
 
+#ifndef __RCSID
+# define __RCSID(x)
+#endif
+
 #ifndef __FBSDID
 # define __FBSDID(x)
 #endif