diff options
Diffstat (limited to 'lib/libc/stdtime/asctime.c')
| -rw-r--r-- | lib/libc/stdtime/asctime.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/stdtime/asctime.c b/lib/libc/stdtime/asctime.c index 49cbc1da39ac..4fd130b17fb0 100644 --- a/lib/libc/stdtime/asctime.c +++ b/lib/libc/stdtime/asctime.c @@ -3,12 +3,12 @@  ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov).  */ +#include <sys/cdefs.h>  #ifndef lint  #ifndef NOID -static char	elsieid[] = "@(#)asctime.c	7.7"; +static char	elsieid[] __unused = "@(#)asctime.c	7.7";  #endif /* !defined NOID */  #endif /* !defined lint */ -#include <sys/cdefs.h>  __FBSDID("$FreeBSD$");  /*LINTLIBRARY*/ | 
