include fixes
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 15:29:46 +0000 (07:29 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 15:29:46 +0000 (07:29 -0800)
SCCS-vsn: usr.bin/ftp/cmds.c 4.8
SCCS-vsn: usr.bin/ftp/ftp.c 4.10

usr/src/usr.bin/ftp/cmds.c
usr/src/usr.bin/ftp/ftp.c

index ece60a7..095fb88 100644 (file)
@@ -1,11 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmds.c     4.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmds.c     4.8 (Berkeley) %G%";
 #endif
 
 /*
  * FTP User Program -- Command Routines.
  */
 #include <sys/param.h>
 #endif
 
 /*
  * FTP User Program -- Command Routines.
  */
 #include <sys/param.h>
+#include <sys/stat.h>
 #include <sys/socket.h>
 
 #include <arpa/ftp.h>
 #include <sys/socket.h>
 
 #include <arpa/ftp.h>
@@ -14,7 +15,6 @@ static char sccsid[] = "@(#)cmds.c    4.7 (Berkeley) %G%";
 #include <stdio.h>
 #include <errno.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <errno.h>
 #include <netdb.h>
-#include <stat.h>
 
 #include "ftp_var.h"
 
 
 #include "ftp_var.h"
 
index ae2b804..39d3a28 100644 (file)
@@ -1,18 +1,18 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ftp.c      4.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)ftp.c      4.10 (Berkeley) %G%";
 #endif
 
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #endif
 
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 
 #include <netinet/in.h>
 #include <arpa/ftp.h>
 
 #include <stdio.h>
 #include <signal.h>
 
 #include <netinet/in.h>
 #include <arpa/ftp.h>
 
 #include <stdio.h>
 #include <signal.h>
-#include <time.h>
 #include <errno.h>
 #include <netdb.h>
 
 #include <errno.h>
 #include <netdb.h>