summaryrefslogtreecommitdiff
path: root/time/scheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/scheck.c')
-rw-r--r--time/scheck.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/time/scheck.c b/time/scheck.c
index 64f25076ed..52b4ff51fd 100644
--- a/time/scheck.c
+++ b/time/scheck.c
@@ -1,6 +1,6 @@
#ifndef lint
#ifndef NOID
-static char elsieid[] = "@(#)scheck.c 8.13";
+static char elsieid[] = "@(#)scheck.c 8.14";
#endif /* !defined lint */
#endif /* !defined NOID */
@@ -8,13 +8,10 @@ static char elsieid[] = "@(#)scheck.c 8.13";
#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;