summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/scheck.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-01-18 23:24:43 +0000
committermillert <millert@openbsd.org>1998-01-18 23:24:43 +0000
commit7c79c202fc4edc9a3bb6a3cd4e29cb4cf7c93829 (patch)
treec9c1d17e26d22472195cb522929c9a0ba36f14f9 /lib/libc/time/scheck.c
parentAdd missing files from tzdata1998b (diff)
downloadwireguard-openbsd-7c79c202fc4edc9a3bb6a3cd4e29cb4cf7c93829.tar.xz
wireguard-openbsd-7c79c202fc4edc9a3bb6a3cd4e29cb4cf7c93829.zip
tzcode1998b from ftp://elsie.nci.nih.gov/pub
Diffstat (limited to 'lib/libc/time/scheck.c')
-rw-r--r--lib/libc/time/scheck.c14
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;