aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/enigma
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/enigma')
-rw-r--r--usr.bin/enigma/enigma.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c
index e1c2f94c89db..655536cc50b7 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>