reorganization to move ufsmount ops to be vnode ops;
[unix-history] / usr / src / sys / vax / stand / bootxx.c
index 43c28ad..278cc89 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * 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.
+/*-
+ * Copyright (c) 1982, 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)bootxx.c    7.4 (Berkeley) %G%
+ *     @(#)bootxx.c    7.7 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
-#include "inode.h"
-#include "fs.h"
-#include "vm.h"
-#include "reboot.h"
+#include "sys/param.h"
+#include "sys/vm.h"
+#include "sys/reboot.h"
 #include <a.out.h>
 #include <a.out.h>
-#include "saio.h"
+#include "stand/saio.h"
 
 char bootprog[] = "boot";
 extern unsigned opendev;
 
 char bootprog[] = "boot";
 extern unsigned opendev;