lint
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Mar 1992 05:22:09 +0000 (21:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Mar 1992 05:22:09 +0000 (21:22 -0800)
SCCS-vsn: bin/ls/util.c 5.11
SCCS-vsn: bin/ls/print.c 5.31
SCCS-vsn: bin/ls/cmp.c 5.7

usr/src/bin/ls/cmp.c
usr/src/bin/ls/print.c
usr/src/bin/ls/util.c

index ba262e7..73c6ac5 100644 (file)
@@ -9,12 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmp.c      5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmp.c      5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fts.h>
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fts.h>
+#include <string.h>
 #include "ls.h"
 #include "extern.h"
 
 #include "ls.h"
 #include "extern.h"
 
index b6b8999..b4cb4fc 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.30 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    5.31 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -20,9 +20,11 @@ static char sccsid[] = "@(#)print.c  5.30 (Berkeley) %G%";
 #include <grp.h>
 #include <pwd.h>
 #include <utmp.h>
 #include <grp.h>
 #include <pwd.h>
 #include <utmp.h>
+#include <unistd.h>
 #include <tzfile.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <tzfile.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include "ls.h"
 #include "extern.h"
        
 #include "ls.h"
 #include "extern.h"
        
index 93d9c64..55d2aa9 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -19,6 +19,7 @@ static char sccsid[] = "@(#)util.c    5.10 (Berkeley) %G%";
 #include <ctype.h>
 #include <fts.h>
 #include <errno.h>
 #include <ctype.h>
 #include <fts.h>
 #include <errno.h>
+#include <string.h>
 #include "ls.h"
 #include "extern.h"
 
 #include "ls.h"
 #include "extern.h"