needs NMOUNT for quotas
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 11 Jun 1983 14:13:51 +0000 (06:13 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 11 Jun 1983 14:13:51 +0000 (06:13 -0800)
SCCS-vsn: usr.bin/login/login.c 4.29
SCCS-vsn: usr.bin/login/login.c.1 4.29

usr/src/usr.bin/login/login.c
usr/src/usr.bin/login/login.c.1

index 80132ae..68b6d8a 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)login.c     4.28 (Berkeley) 83/05/28";
+static char *sccsid = "@(#)login.c     4.29 (Berkeley) 83/06/10";
 #endif
 
 /*
 #endif
 
 /*
@@ -8,7 +8,7 @@ static  char *sccsid = "@(#)login.c     4.28 (Berkeley) 83/05/28";
  * login -h hostname (for telnetd, etc.)
  */
 
  * login -h hostname (for telnetd, etc.)
  */
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/quota.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/quota.h>
 #include <sys/stat.h>
 #include <sys/time.h>
index 9390da0..ccbf26e 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)login.c.1   4.28 (Berkeley) 83/05/28";
+static char *sccsid = "@(#)login.c.1   4.29 (Berkeley) 83/06/10";
 #endif
 
 /*
 #endif
 
 /*
@@ -8,7 +8,7 @@ static  char *sccsid = "@(#)login.c.1   4.28 (Berkeley) 83/05/28";
  * login -h hostname (for telnetd, etc.)
  */
 
  * login -h hostname (for telnetd, etc.)
  */
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/quota.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/quota.h>
 #include <sys/stat.h>
 #include <sys/time.h>