summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-28 17:45:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-28 17:45:27 +0000
commit4e6bf6c4256044acec58ca58e414f80692c19c9b (patch)
treef20ddde5691769f6ef87b334fa91a04014b9ff1b
parentf3b8821c5d10e69b95e86e2a9ff5de3daeda94be (diff)
stop putting xfs (and only xfs) rcsid into the kernel; ok miod
-rw-r--r--sys/xfs/xfs_config.h3
-rw-r--r--sys/xfs/xfs_global.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/xfs/xfs_config.h b/sys/xfs/xfs_config.h
index 28b1ffcc284..68ee3f692c1 100644
--- a/sys/xfs/xfs_config.h
+++ b/sys/xfs/xfs_config.h
@@ -6,8 +6,7 @@
#endif
#ifndef RCSID
-#define RCSID(msg) \
-static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
+#define RCSID(msg)
#endif
/* Maximum values on all known systems */
diff --git a/sys/xfs/xfs_global.h b/sys/xfs/xfs_global.h
index 7280191b5f2..bc956bf40a1 100644
--- a/sys/xfs/xfs_global.h
+++ b/sys/xfs/xfs_global.h
@@ -2,8 +2,7 @@
#define __NNPFS_GLOBAL_H
#ifndef RCSID
-#define RCSID(msg) \
-static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
+#define RCSID(msg)
#endif /* RCSID */
#endif /* __NNPFS_GLOBAL_H */