MCLALLOC must be called at splimp
[unix-history] / usr / src / sys / kern / vfs_xxx.c
index 662ecbf..eaf7b9c 100644 (file)
@@ -1,18 +1,24 @@
-/*     vfs_xxx.c       6.2     84/07/08        */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)vfs_xxx.c   7.1 (Berkeley) %G%
+ */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "inode.h"
+#include "fs.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
 
 #ifdef COMPAT
 
 #ifdef COMPAT
-#include "../h/file.h"
-#include "../h/kernel.h"
+#include "file.h"
+#include "kernel.h"
 
 /*
  * Oh, how backwards compatibility is ugly!!!
 
 /*
  * Oh, how backwards compatibility is ugly!!!