BSD 4_4 release
[unix-history] / usr / src / sys / tahoe / tahoe / mem.c
index fe254b6..3b58191 100644 (file)
@@ -3,24 +3,24 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)mem.c       7.4 (Berkeley) %G%
+ *     @(#)mem.c       7.5 (Berkeley) 12/16/90
  */
 
 /*
  * Memory special file
  */
 
  */
 
 /*
  * Memory special file
  */
 
-#include "param.h"
-#include "user.h"
-#include "conf.h"
-#include "buf.h"
-#include "systm.h"
-#include "vm.h"
-#include "cmap.h"
-#include "uio.h"
+#include "sys/param.h"
+#include "sys/user.h"
+#include "sys/conf.h"
+#include "sys/buf.h"
+#include "sys/systm.h"
+#include "sys/vm.h"
+#include "sys/cmap.h"
+#include "sys/uio.h"
 
 
-#include "pte.h"
-#include "mtpr.h"
+#include "../include/pte.h"
+#include "../include/mtpr.h"
 
 /* ARGSUSED */
 mmrw(dev, uio, flag)
 
 /* ARGSUSED */
 mmrw(dev, uio, flag)