fix includes
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 05:28:27 +0000 (21:28 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 05:28:27 +0000 (21:28 -0800)
SCCS-vsn: usr.bin/xsend/xget/xget.c 4.4
SCCS-vsn: usr.bin/xsend/xsend/xsend.c 4.3

usr/src/usr.bin/xsend/xget/xget.c
usr/src/usr.bin/xsend/xsend/xsend.c

index d226137..165c68b 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)xget.c     4.3 %G%";
+static char sccsid[] = "@(#)xget.c     4.4 %G%";
 #endif
 
 #include "xmail.h"
 #endif
 
 #include "xmail.h"
-#include "sys/types.h"
-#include "dir.h"
-#include "ctype.h"
-#include "pwd.h"
-#include "sys/stat.h"
+#include <sys/types.h>
+#include <sys/dir.h>
+#include <ctype.h>
+#include <pwd.h>
+#include <sys/stat.h>
 char *myname;
 int uid;
 struct direct *dbuf;
 char *myname;
 int uid;
 struct direct *dbuf;
index c702472..4eb5382 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)xsend.c    4.2 %G%";
+static char sccsid[] = "@(#)xsend.c    4.3 %G%";
 #endif
 
 #include "xmail.h"
 #include <sys/types.h>
 #include <pwd.h>
 #include <sys/stat.h>
 #endif
 
 #include "xmail.h"
 #include <sys/types.h>
 #include <pwd.h>
 #include <sys/stat.h>
-#include <dir.h>
+#include <sys/dir.h>
 extern int errno;
 struct stat stbuf;
 int uid, destuid;
 extern int errno;
 struct stat stbuf;
 int uid, destuid;