summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bsd/sys/cdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bsd/sys/cdefs.h b/include/bsd/sys/cdefs.h
index 6afd8d3..a0b7860 100644
--- a/include/bsd/sys/cdefs.h
+++ b/include/bsd/sys/cdefs.h
@@ -79,15 +79,15 @@
#endif
#ifndef __RCSID_SOURCE
-# define __RCSID_SOURCE
+# define __RCSID_SOURCE(x)
#endif
#ifndef __SCCSID
-# define __SCCSID
+# define __SCCSID(x)
#endif
#ifndef __COPYRIGHT
-# define __COPYRIGHT
+# define __COPYRIGHT(x)
#endif
#endif