get rid of #ifdef CHAOS stuff
[unix-history] / usr / src / sys / ufs / ffs / ufs_lookup.c
index 41b6ed9..97ec351 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_lookup.c    4.2     %G%     */
+/*     ufs_lookup.c    4.4     %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -7,6 +7,7 @@
 #include "../h/dir.h"
 #include "../h/user.h"
 #include "../h/buf.h"
 #include "../h/dir.h"
 #include "../h/user.h"
 #include "../h/buf.h"
+#include "../h/conf.h"
 
 /*
  * Convert a pathname into a pointer to
 
 /*
  * Convert a pathname into a pointer to