file reorg, pathnames.h, paths.h
[unix-history] / usr / src / usr.sbin / chroot / chroot.c
index 153ac0e..ff3a9a6 100644 (file)
@@ -22,11 +22,11 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)chroot.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)chroot.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
-#include "pathnames.h"
+#include <paths.h>
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;