more-or-less working with new proc & user structs
[unix-history] / usr / src / sys / kern / subr_rmap.c
index eb0cef7..8dd4b60 100644 (file)
@@ -3,13 +3,13 @@
  * 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.
  *
- *     @(#)subr_rmap.c 7.5 (Berkeley) %G%
+ *     @(#)subr_rmap.c 7.6 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
 #include "map.h"
  */
 
 #include "param.h"
 #include "systm.h"
 #include "map.h"
-#include "user.h"
+#include "dmap.h"              /* XXX */
 #include "proc.h"
 #include "kernel.h"
 
 #include "proc.h"
 #include "kernel.h"