--- super.c.orig	Tue Apr  7 01:55:29 1998
+++ super.c	Thu Nov 19 00:35:20 1998
@@ -427,7 +427,9 @@
     int iarg;
     char *p, *s, *t;
     short minutes;
+#ifndef HAVE_LOCALTIME
     char daynum;
+#endif
     int takes_optional_superfile;
     long l;
     struct passwd *pw;
@@ -634,7 +636,7 @@
     for (sp=arglist; *sp; sp++)
 	;
     (void) fprintf(stderr, "\tArgc: %d\n", (int) (sp - arglist));
-    (void) fprintf(stderr, "\tMax len, 1 arg: %d   Max len, all args: %d\n",
+    (void) fprintf(stderr, "\tMax len, 1 arg: %ld   Max len, all args: %ld\n",
 				localinfo.maxlen1arg, localinfo.maxlenargs);
     for (sp=arglist; *sp; sp++) {
 	iarg = sp - arglist;
