diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:25:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:25:05 +0000 |
commit | e747c2b62dea9442f4e6794bc8da331056ce5610 (patch) | |
tree | 4ebc364ea4749ee4ed950d2d93c4e82ab91253f9 /lib/libc/time/scheck.c | |
parent | 9e85b2758588ab99d68e603c2194c8d030f0970b (diff) |
tzcode1998b from ftp://elsie.nci.nih.gov/pub
Diffstat (limited to 'lib/libc/time/scheck.c')
-rw-r--r-- | lib/libc/time/scheck.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/lib/libc/time/scheck.c b/lib/libc/time/scheck.c index e7455daf67b..dc71c49df9d 100644 --- a/lib/libc/time/scheck.c +++ b/lib/libc/time/scheck.c @@ -1,22 +1,16 @@ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char elsieid[] = "@(#)scheck.c 8.13"; -#else -static char rcsid[] = "$OpenBSD: scheck.c,v 1.4 1997/01/14 03:16:49 millert Exp $"; -#endif +#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) +static char elsieid[] = "@(#)scheck.c 8.15"; +static char rcsid[] = "$OpenBSD: scheck.c,v 1.5 1998/01/18 23:24:56 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ #include "private.h" -extern char * imalloc P((int n)); -extern void ifree P((char * p)); - char * scheck(string, format) const char * const string; -char * const format; +const char * const format; { register char * fbuf; register const char * fp; |