summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-05-25 08:56:34 +0200
committerGuillem Jover <guillem@hadrons.org>2009-05-25 08:56:34 +0200
commit931e04343038cfc543f6d931488e597c9bee2d7e (patch)
tree026764089018aca406a6f81556a88e7fb35b6c6f /include/bsd
parentf984a7006bd8b456d4ea8aebc717e4e758676d7c (diff)
downloadlibbsd-931e04343038cfc543f6d931488e597c9bee2d7e.tar.gz
Add new __RCSID macro
Define it to nothing, so that source imported from BSDs can be easily compiled w/o needing to modify them.
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/cdefs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h
index 9d5920c..0ed7be9 100644
--- a/include/bsd/cdefs.h
+++ b/include/bsd/cdefs.h
@@ -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
@@ -61,6 +61,10 @@
# define __bounded__(x, y, z)
#endif
+#ifndef __RCSID
+# define __RCSID(x)
+#endif
+
#ifndef __FBSDID
# define __FBSDID(x)
#endif