diff options
author | 2007-10-28 17:45:26 +0000 | |
---|---|---|
committer | 2007-10-28 17:45:26 +0000 | |
commit | 8f9923cb24632cc840b81a01033f1ce247de61e9 (patch) | |
tree | af4bdd68c275a579d5bd64b73a6c1214a2a2258c /sys/xfs/xfs_config.h | |
parent | Remove duplicate DHO_HOST_NAME entry and add missing (diff) | |
download | wireguard-openbsd-8f9923cb24632cc840b81a01033f1ce247de61e9.tar.xz wireguard-openbsd-8f9923cb24632cc840b81a01033f1ce247de61e9.zip |
stop putting xfs (and only xfs) rcsid into the kernel; ok miod
Diffstat (limited to 'sys/xfs/xfs_config.h')
-rw-r--r-- | sys/xfs/xfs_config.h | 3 |
1 files changed, 1 insertions, 2 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 */ |