diff options
Diffstat (limited to 'usr.bin/gcore/md-nop.c')
-rw-r--r-- | usr.bin/gcore/md-nop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 331901c..67310a3 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/sysctl.h> |