diff options
Diffstat (limited to 'usr.bin/enigma/enigma.c')
-rw-r--r-- | usr.bin/enigma/enigma.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index e1c2f94..655536c 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -10,10 +10,8 @@ * Upgraded to function properly on 64-bit machines. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/wait.h> |