diff options
Diffstat (limited to 'usr.bin/mail/version.c')
-rw-r--r-- | usr.bin/mail/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index 58f5638..e41c25c 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Just keep track of the date/sid of this version of Mail. |