include fixes
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 3 Jul 1983 09:06:02 +0000 (01:06 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 3 Jul 1983 09:06:02 +0000 (01:06 -0800)
SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 5.2
SCCS-vsn: usr.bin/uucp/gnamef.c 5.2
SCCS-vsn: usr.bin/uucp/uucico/gnsys.c 5.2
SCCS-vsn: usr.bin/uucp/uuclean/uuclean.c 5.2
SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.2
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.2

usr/src/usr.bin/uucp/gnamef.c
usr/src/usr.bin/uucp/libuu/anlwrk.c
usr/src/usr.bin/uucp/uucico/gnsys.c
usr/src/usr.bin/uucp/uuclean/uuclean.c
usr/src/usr.bin/uucp/uusnap/uusnap.c
usr/src/usr.bin/uucp/uuxqt/uuxqt.c

index 881c731..8319409 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gnamef.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)gnamef.c   5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -7,7 +7,7 @@ static char sccsid[] = "@(#)gnamef.c    5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 /*******
 #endif
 
 /*******
index ccea449..5804aaa 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)anlwrk.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)anlwrk.c   5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -8,7 +8,7 @@ static char sccsid[] = "@(#)anlwrk.c    5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 /* Re-written to be reasonable
 #endif
 
 /* Re-written to be reasonable
index 0728846..f47368d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gnsys.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)gnsys.c    5.2 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -15,7 +15,7 @@ static char sccsid[] = "@(#)gnsys.c   5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 
 #endif
 
 
index a9948b6..3e9d957 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuclean.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)uuclean.c  5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -10,7 +10,7 @@ static char sccsid[] = "@(#)uuclean.c 5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 extern time_t time();
 #endif
 
 extern time_t time();
index 3ca3a2a..68a178d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uusnap.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)uusnap.c   5.2 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -13,7 +13,7 @@ static char sccsid[] = "@(#)uusnap.c  5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 #ifndef        SYSBUF
 #endif
 
 #ifndef        SYSBUF
index 4c5f0e2..63db493 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuxqt.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)uuxqt.c    5.2 (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -8,7 +8,7 @@ static char sccsid[] = "@(#)uuxqt.c     5.1 (Berkeley) %G%";
 #ifdef NDIR
 #include "ndir.h"
 #else
 #ifdef NDIR
 #include "ndir.h"
 #else
-#include <dir.h>
+#include <sys/dir.h>
 #endif
 
 #define APPCMD(d) {\
 #endif
 
 #define APPCMD(d) {\