new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 May 1991 09:40:16 +0000 (01:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 May 1991 09:40:16 +0000 (01:40 -0800)
SCCS-vsn: sys/sys/vadvise.h 7.2
SCCS-vsn: sys/sys/vcmd.h 7.4
SCCS-vsn: sys/sys/vlimit.h 7.2
SCCS-vsn: sys/sys/vmmeter.h 7.3
SCCS-vsn: sys/sys/vsio.h 7.3

usr/src/sys/sys/vadvise.h
usr/src/sys/sys/vcmd.h
usr/src/sys/sys/vlimit.h
usr/src/sys/sys/vmmeter.h
usr/src/sys/sys/vsio.h

index 81650cf..e638f39 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * 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%
  *
  *
- *     @(#)vadvise.h   7.1 (Berkeley) 6/4/86
+ *     @(#)vadvise.h   7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -16,7 +17,7 @@
  *     VA_SEQL         Sequential behaviour expected.
  *     VA_FLUSH        Invalidate all page table entries.
  */
  *     VA_SEQL         Sequential behaviour expected.
  *     VA_FLUSH        Invalidate all page table entries.
  */
-#define        VA_NORM 0
-#define        VA_ANOM 1
-#define        VA_SEQL 2
-#define        VA_FLUSH 3
+#define        VA_NORM         0
+#define        VA_ANOM         1
+#define        VA_SEQL         2
+#define        VA_FLUSH        3
index 757e48f..beee64f 100644 (file)
@@ -1,16 +1,13 @@
-/*
- * 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.
  *
  *
- *     @(#)vcmd.h      7.3 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)vcmd.h      7.4 (Berkeley) %G%
  */
 
  */
 
-#ifdef KERNEL
-#include "ioctl.h"
-#else
 #include <sys/ioctl.h>
 #include <sys/ioctl.h>
-#endif
 
 #define        VPRINT          0100
 #define        VPLOT           0200
 
 #define        VPRINT          0100
 #define        VPLOT           0200
index 9db4cc9..6d87023 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * 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%
  *
  *
- *     @(#)vlimit.h    7.1 (Berkeley) %G%
+ *     @(#)vlimit.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0718a33..b920756 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * 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%
  *
  *
- *     @(#)vmmeter.h   7.2 (Berkeley) %G%
+ *     @(#)vmmeter.h   7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 01acf24..76a1023 100644 (file)
@@ -1,4 +1,7 @@
-/* @(#)vsio.h  7.2 (MIT) %G% */
+/*-
+ *     @(#)vsio.h      7.3 (Berkeley) %G%
+ */
+
  /****************************************************************************
  *                                                                         *
  *  Copyright (c) 1983, 1984 by                                                    *
  /****************************************************************************
  *                                                                         *
  *  Copyright (c) 1983, 1984 by                                                    *