diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
commit | e0554a531f17f56167f978eddf29a09cc6ae9f32 (patch) | |
tree | 3b5579370346d51f378192429db2130e5e82a6e4 /lib/libc/stdtime/difftime.c | |
parent | 9d4156aed31c055ba32bc23b2a53d885002de085 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdtime/difftime.c')
-rw-r--r-- | lib/libc/stdtime/difftime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/difftime.c b/lib/libc/stdtime/difftime.c index 59368e49e2198..c79891cc2912d 100644 --- a/lib/libc/stdtime/difftime.c +++ b/lib/libc/stdtime/difftime.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[] = "@(#)difftime.c 7.7"; +static char elsieid[] __unused = "@(#)difftime.c 7.7"; #endif /* !defined NOID */ #endif /* !defined lint */ -#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); /*LINTLIBRARY*/ |