diff options
Diffstat (limited to 'sys/xfs/xfs_global.h')
-rw-r--r-- | sys/xfs/xfs_global.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |