diff options
Diffstat (limited to 'usr.bin/ee/ee.c')
-rw-r--r-- | usr.bin/ee/ee.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index ced9c01..1d80b96 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -50,10 +50,8 @@ | copyright. All rights are reserved. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); char *ee_copyright_message = "Copyright (c) 1986, 1990, 1991, 1992, 1993, 1994, 1995, 1996 Hugh Mahon "; |