BSD 4_3 release
[unix-history] / usr / src / sys / sys / ufs_dsort.c
index 0b1a41a..e61f12e 100644 (file)
@@ -1,4 +1,10 @@
-/*     ufs_dsort.c     6.1     83/07/29        */
+/*
+ * 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.
+ *
+ *     @(#)ufs_dsort.c 7.1 (Berkeley) 6/5/86
+ */
 
 /*
  * Seek sort for disks.  We depend on the driver
 
 /*
  * Seek sort for disks.  We depend on the driver
@@ -17,9 +23,9 @@
  * blocks are allocated.
  */
 
  * blocks are allocated.
  */
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
 
 #define        b_cylin b_resid
 
 
 #define        b_cylin b_resid