string.h is ANSI C include file
[unix-history] / usr / src / usr.sbin / mtree / create.c
index fe8ed52..71003d4 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)create.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)create.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
 #include <stdio.h>
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "mtree.h"
 
 cwalk(parent, tail)
 #include "mtree.h"
 
 cwalk(parent, tail)
@@ -237,6 +237,7 @@ stats(ip)
 
 shostats()
 {
 
 shostats()
 {
+       extern int dflag;
        register ID *p;
        register mode_t cnt;
        register u_long max;
        register ID *p;
        register mode_t cnt;
        register u_long max;