include reordering due to vn_if change
authorJohn Heidemann <heideman@ucbvax.Berkeley.EDU>
Fri, 15 May 1992 06:24:34 +0000 (22:24 -0800)
committerJohn Heidemann <heideman@ucbvax.Berkeley.EDU>
Fri, 15 May 1992 06:24:34 +0000 (22:24 -0800)
SCCS-vsn: sys/hp300/hp300/clock.c 7.10
SCCS-vsn: sys/hp/dev/grf.c 7.10

usr/src/sys/hp/dev/grf.c
usr/src/sys/hp300/hp300/clock.c

index 04c1a21..41b61c6 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: grf.c 1.31 91/01/21$
  *
  *
  * from: Utah $Hdr: grf.c 1.31 91/01/21$
  *
- *     @(#)grf.c       7.9 (Berkeley) %G%
+ *     @(#)grf.c       7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -44,8 +44,8 @@
 #include "vm/vm_page.h"
 #include "vm/vm_pager.h"
 
 #include "vm/vm_page.h"
 #include "vm/vm_pager.h"
 
-#include "specdev.h"
 #include "vnode.h"
 #include "vnode.h"
+#include "specdev.h"
 #include "mman.h"
 
 #include "ite.h"
 #include "mman.h"
 
 #include "ite.h"
index 2043fb6..dd87352 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: clock.c 1.18 91/01/21$
  *
  *
  * from: Utah $Hdr: clock.c 1.18 91/01/21$
  *
- *     @(#)clock.c     7.9 (Berkeley) %G%
+ *     @(#)clock.c     7.10 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -125,8 +125,8 @@ clkread()
 #include "sys/malloc.h"
 #include "vm/vm.h"
 #include "clockioctl.h"
 #include "sys/malloc.h"
 #include "vm/vm.h"
 #include "clockioctl.h"
-#include "sys/specdev.h"
 #include "sys/vnode.h"
 #include "sys/vnode.h"
+#include "sys/specdev.h"
 #include "sys/mman.h"
 
 int clockon = 0;               /* non-zero if high-res timer enabled */
 #include "sys/mman.h"
 
 int clockon = 0;               /* non-zero if high-res timer enabled */