Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
[unix-history] / sys / vm / vm_fault.c
index ce2c538..d8b36f4 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)vm_fault.c  7.6 (Berkeley) 5/7/91
- *
- *
+ *     from: @(#)vm_fault.c    7.6 (Berkeley) 5/7/91
+ *     $Id$
+ */
+
+/*
  * Copyright (c) 1987, 1990 Carnegie-Mellon University.
  * All rights reserved.
  *
  * Copyright (c) 1987, 1990 Carnegie-Mellon University.
  * All rights reserved.
  *
@@ -62,8 +64,6 @@
  * rights to redistribute these changes.
  */
 
  * rights to redistribute these changes.
  */
 
-static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys.386bsd/vm/vm_fault.c,v 1.3 1993/07/12 16:13:57 davidg Exp $";
-
 /*
  *     Page fault handling module.
  */
 /*
  *     Page fault handling module.
  */