From b7ccfec9a33ce452bdb7f2e4a450a2d9d79d3258 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 15 Jun 2001 23:25:22 +0000 Subject: Remove unwanted CFLAGS, and add a CVS id. --- usr.bin/enigma/enigma.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.bin/enigma/enigma.c') diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 3b1560c..87ed653 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -10,6 +10,11 @@ * Upgraded to function properly on 64-bit machines. */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ + #include #include -- cgit v1.1