add definition of Now for new loggin routines
[unix-history] / usr / src / usr.bin / uucp / uulog / uulog.c
index e31e817..0423095 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uulog.c    5.5     (Berkeley) %G%";
+static char sccsid[] = "@(#)uulog.c    5.6     (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 
 #endif
 
 #include "uucp.h"
 
+struct timeb Now;
+
 main(argc, argv)
 char *argv[];
 {
 main(argc, argv)
 char *argv[];
 {