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/strptime.c | |
| parent | 9d4156aed31c055ba32bc23b2a53d885002de085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
| -rw-r--r-- | lib/libc/stdtime/strptime.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index edb0d3c83d03..904c388ab761 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -51,14 +51,14 @@   * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   */ +#include <sys/cdefs.h>  #ifndef lint  #ifndef NOID -static char copyright[] = +static char copyright[] __unused =  "@(#) Copyright (c) 1994 Powerdog Industries.  All rights reserved."; -static char sccsid[] = "@(#)strptime.c	0.1 (Powerdog) 94/03/27"; +static char sccsid[] __unused = "@(#)strptime.c	0.1 (Powerdog) 94/03/27";  #endif /* !defined NOID */  #endif /* not lint */ -#include <sys/cdefs.h>  __FBSDID("$FreeBSD$");  #include "namespace.h" | 
