include fixes
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 3 Jul 1983 09:25:17 +0000 (01:25 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 3 Jul 1983 09:25:17 +0000 (01:25 -0800)
SCCS-vsn: usr.bin/uucp/assert.c 5.2
SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.2
SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.2
SCCS-vsn: usr.bin/uucp/port/getpw.c 5.2
SCCS-vsn: usr.bin/uucp/libuu/gnxseq.c 5.2
SCCS-vsn: usr.bin/uucp/libuu/logent.c 5.2

usr/src/usr.bin/uucp/assert.c
usr/src/usr.bin/uucp/libuu/gnxseq.c
usr/src/usr.bin/uucp/libuu/logent.c
usr/src/usr.bin/uucp/port/getpw.c
usr/src/usr.bin/uucp/uucico/condevs.c
usr/src/usr.bin/uucp/uucico/conn.c

index 9cf9212..bfa9577 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)assert.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)assert.c   5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
-#include <time.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <errno.h>
 
 #include <sys/types.h>
 #include <errno.h>
 
index b287db4..57c6af8 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gnxseq.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)gnxseq.c   5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #include <sys/types.h>
 #endif
 
 #include "uucp.h"
 #include <sys/types.h>
-#include <time.h>
+#include <sys/time.h>
 
 extern time_t  time();
 
 
 extern time_t  time();
 
index a6bcef2..e9eb795 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)logent.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)logent.c   5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #include <sys/types.h>
 #endif
 
 #include "uucp.h"
 #include <sys/types.h>
-#include <time.h>
+#include <sys/time.h>
 
 extern time_t  time();
 
 
 extern time_t  time();
 
index 6e416e6..3da76a3 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)getpw.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)getpw.c    5.2 (Berkeley) %G%";
 #endif
 
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 
 getpw(uid, buf)
 int uid;
 
 getpw(uid, buf)
 int uid;
index c6727b9..d685453 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)condevs.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)condevs.c  5.2 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -1149,7 +1149,7 @@ struct Devices *dev;
 
 #ifdef INTERVALTIMER
 #define uucpdelay(num,denom) intervaldelay(1000000*num/denom)
 
 #ifdef INTERVALTIMER
 #define uucpdelay(num,denom) intervaldelay(1000000*num/denom)
-#include <time.h>
+#include <sys/time.h>
 catch alarm sig
 SIGALRM
 struct itimerval itimerval;
 catch alarm sig
 SIGALRM
 struct itimerval itimerval;
index 14b3f6c..58a8642 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)conn.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)conn.c     5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -7,7 +7,7 @@ static char sccsid[] = "@(#)conn.c      5.1 (Berkeley) %G%";
 #include <setjmp.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <setjmp.h>
 #include <ctype.h>
 #include <sys/types.h>
-#include <time.h>
+#include <sys/time.h>
 #include <errno.h>
 #ifdef SYSIII
 #include <termio.h>
 #include <errno.h>
 #ifdef SYSIII
 #include <termio.h>