add OpenBSD header
authorderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:56:01 +0000 (10:56 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:56:01 +0000 (10:56 +0000)
61 files changed:
sys/arch/mvme68k/dev/bug.c
sys/arch/mvme68k/dev/clreg.h
sys/arch/mvme68k/dev/flashreg.h
sys/arch/mvme68k/dev/i82586.h
sys/arch/mvme68k/dev/if_ie.h
sys/arch/mvme68k/dev/if_lereg.h
sys/arch/mvme68k/dev/ipicreg.h
sys/arch/mvme68k/dev/mcreg.h
sys/arch/mvme68k/dev/memcreg.h
sys/arch/mvme68k/dev/memdevs.c
sys/arch/mvme68k/dev/nvramreg.h
sys/arch/mvme68k/dev/pccreg.h
sys/arch/mvme68k/dev/pcctworeg.h
sys/arch/mvme68k/dev/sbicdma.c
sys/arch/mvme68k/dev/scc.h
sys/arch/mvme68k/dev/siop.c
sys/arch/mvme68k/dev/siop_script.ss
sys/arch/mvme68k/dev/siopreg.h
sys/arch/mvme68k/dev/siopvar.h
sys/arch/mvme68k/dev/vme.h
sys/arch/mvme68k/include/ansi.h
sys/arch/mvme68k/include/asm.h
sys/arch/mvme68k/include/autoconf.h
sys/arch/mvme68k/include/cdefs.h
sys/arch/mvme68k/include/cpu.h
sys/arch/mvme68k/include/db_machdep.h
sys/arch/mvme68k/include/disklabel.h
sys/arch/mvme68k/include/endian.h
sys/arch/mvme68k/include/exec.h
sys/arch/mvme68k/include/float.h
sys/arch/mvme68k/include/frame.h
sys/arch/mvme68k/include/ieeefp.h
sys/arch/mvme68k/include/limits.h
sys/arch/mvme68k/include/mioctl.h
sys/arch/mvme68k/include/nvram.h
sys/arch/mvme68k/include/pcb.h
sys/arch/mvme68k/include/pmap.h
sys/arch/mvme68k/include/proc.h
sys/arch/mvme68k/include/profile.h
sys/arch/mvme68k/include/prom.h
sys/arch/mvme68k/include/psl.h
sys/arch/mvme68k/include/pte.h
sys/arch/mvme68k/include/ptrace.h
sys/arch/mvme68k/include/reg.h
sys/arch/mvme68k/include/setjmp.h
sys/arch/mvme68k/include/signal.h
sys/arch/mvme68k/include/stdarg.h
sys/arch/mvme68k/include/trap.h
sys/arch/mvme68k/include/types.h
sys/arch/mvme68k/include/varargs.h
sys/arch/mvme68k/include/vmparam.h
sys/arch/mvme68k/mvme68k/disksubr.c
sys/arch/mvme68k/mvme68k/dkbad.c
sys/arch/mvme68k/mvme68k/machdep.c
sys/arch/mvme68k/mvme68k/mem.c
sys/arch/mvme68k/mvme68k/pmap.c
sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
sys/arch/mvme68k/mvme68k/swapgeneric.c
sys/arch/mvme68k/mvme68k/sys_machdep.c
sys/arch/mvme68k/mvme68k/trap.c
sys/arch/mvme68k/mvme68k/vectors.s

index c074f01..c463bf3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: bug.c,v 1.2 1995/11/07 08:48:49 deraadt Exp $ */
+/*     $OpenBSD: bug.c,v 1.3 1996/04/28 11:03:18 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Dale Rahn.
index 6d02a4d..18a9965 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: clreg.h,v 1.3 1995/12/01 18:13:16 deraadt Exp $ */
+/*     $OpenBSD: clreg.h,v 1.4 1996/04/28 11:03:19 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Dale Rahn. All rights reserved.
index 51f100c..3a01cd2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: flashreg.h,v 1.3 1995/11/13 03:43:07 deraadt Exp $ */
+/*     $OpenBSD: flashreg.h,v 1.4 1996/04/28 11:03:20 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 79c7213..842a028 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: i82586.h,v 1.2 1995/11/07 08:48:58 deraadt Exp $ */
+/*     $OpenBSD: i82586.h,v 1.3 1996/04/28 11:03:20 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index 5ee10e3..182ad1a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ie.h,v 1.2 1995/11/07 08:49:01 deraadt Exp $ */
+/*     $OpenBSD: if_ie.h,v 1.3 1996/04/28 11:03:21 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 6217383..e2cb7f5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_lereg.h,v 1.2 1995/11/07 08:49:03 deraadt Exp $ */
+/*     $OpenBSD: if_lereg.h,v 1.3 1996/04/28 11:03:22 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1992, 1993
index b627242..10a4e12 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ipicreg.h,v 1.2 1995/11/07 08:49:06 deraadt Exp $ */
+/*     $OpenBSD: ipicreg.h,v 1.3 1996/04/28 11:03:23 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index dc5b95f..a136262 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mcreg.h,v 1.2 1995/11/07 08:49:10 deraadt Exp $ */
+/*     $OpenBSD: mcreg.h,v 1.3 1996/04/28 11:03:24 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index ed9ab3a..fe8a930 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: memcreg.h,v 1.2 1995/11/07 08:49:14 deraadt Exp $ */
+/*     $OpenBSD: memcreg.h,v 1.3 1996/04/28 11:03:24 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 3bb3a26..32242ca 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: memdevs.c,v 1.2 1995/11/07 08:49:16 deraadt Exp $ */
+/*     $OpenBSD: memdevs.c,v 1.3 1996/04/28 11:03:25 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 281d441..d23b535 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: nvramreg.h,v 1.2 1995/11/07 08:49:19 deraadt Exp $ */
+/*     $OpenBSD: nvramreg.h,v 1.3 1996/04/28 11:03:26 deraadt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
index 58d2950..a5b0a80 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pccreg.h,v 1.2 1995/11/07 08:49:21 deraadt Exp $ */
+/*     $OpenBSD: pccreg.h,v 1.3 1996/04/28 11:03:27 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 99ae019..f7dc63d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pcctworeg.h,v 1.2 1995/11/07 08:49:23 deraadt Exp $ */
+/*     $OpenBSD: pcctworeg.h,v 1.3 1996/04/28 11:03:28 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index c8a9e36..a7f1d2a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: sbicdma.c,v 1.2 1995/11/07 08:49:26 deraadt Exp $ */
+/*     $OpenBSD: sbicdma.c,v 1.3 1996/04/28 11:03:28 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 2b626de..c494d41 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: scc.h,v 1.2 1995/11/07 08:49:29 deraadt Exp $ */
+/*     $OpenBSD: scc.h,v 1.3 1996/04/28 11:03:29 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index a4994eb..b987b16 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: siop.c,v 1.4 1996/02/03 18:31:10 chuck Exp $ */
+/*     $OpenBSD: siop.c,v 1.5 1996/04/28 11:03:30 deraadt Exp $ */
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
index fa9c5f1..c842eb4 100644 (file)
@@ -1,4 +1,4 @@
-;      $Id: siop_script.ss,v 1.2 1995/11/07 08:49:32 deraadt Exp $
+;      $OpenBSD: siop_script.ss,v 1.3 1996/04/28 11:03:31 deraadt Exp $
 
 ;
 ; Copyright (c) 1995 Michael L. Hitch
index f83f4ec..59346b7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: siopreg.h,v 1.2 1995/11/07 08:49:33 deraadt Exp $ */
+/*     $OpenBSD: siopreg.h,v 1.3 1996/04/28 11:03:32 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 8121be8..69a8ddf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: siopvar.h,v 1.3 1996/02/03 18:31:12 chuck Exp $ */
+/*     $OpenBSD: siopvar.h,v 1.4 1996/04/28 11:03:33 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 3ec3397..8d8cf20 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: vme.h,v 1.2 1995/11/07 08:49:37 deraadt Exp $ */
+/*     $OpenBSD: vme.h,v 1.3 1996/04/28 11:03:34 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 5243cfa..2b13980 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ansi.h,v 1.2 1995/11/07 08:49:44 deraadt Exp $ */
+/*     $OpenBSD: ansi.h,v 1.3 1996/04/28 10:56:01 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/ansi.h>
index 32692e4..d8869e0 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: asm.h,v 1.2 1995/11/07 08:49:45 deraadt Exp $ */
+/*     $OpenBSD: asm.h,v 1.3 1996/04/28 10:56:02 deraadt Exp $ */
 
 #include <m68k/asm.h>
index f1ad108..8c6f604 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: autoconf.h,v 1.2 1995/11/07 08:49:46 deraadt Exp $ */
+/*     $OpenBSD: autoconf.h,v 1.3 1996/04/28 10:56:03 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index ffd0e8f..8ab985b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: cdefs.h,v 1.2 1995/11/07 08:49:47 deraadt Exp $ */
+/*     $OpenBSD: cdefs.h,v 1.3 1996/04/28 10:56:05 deraadt Exp $ */
 
 #ifndef _MACHINE_CDEFS_H_
 #define _MACHINE_CDEFS_H_
index 1e99b6e..318b3ca 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: cpu.h,v 1.3 1995/12/21 14:40:36 deraadt Exp $ */
+/*     $OpenBSD: cpu.h,v 1.4 1996/04/28 10:56:07 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 4b4f3ad..0ce93d2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: db_machdep.h,v 1.2 1995/11/07 08:49:48 deraadt Exp $ */
+/*     $OpenBSD: db_machdep.h,v 1.3 1996/04/28 10:56:08 deraadt Exp $ */
 
 #define DB_MACHINE_COMMANDS
 
index 49dd6e3..78741c4 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: disklabel.h,v 1.2 1996/04/28 10:56:12 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Dale Rahn.
  * All rights reserved.
index 42e2154..03eb53a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: endian.h,v 1.2 1995/11/07 08:49:49 deraadt Exp $ */
+/*     $OpenBSD: endian.h,v 1.3 1996/04/28 10:56:15 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/endian.h>
index 26db917..af7c188 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: exec.h,v 1.2 1995/11/07 08:49:50 deraadt Exp $ */
+/*     $OpenBSD: exec.h,v 1.3 1996/04/28 10:56:16 deraadt Exp $ */
 
 /*
  * Copyright (c) 1993 Christopher G. Demetriou
index e09bdec..b171bd9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: float.h,v 1.2 1995/11/07 08:49:50 deraadt Exp $ */
+/*     $OpenBSD: float.h,v 1.3 1996/04/28 10:56:18 deraadt Exp $ */
 
 #ifndef _MACHINE_FLOAT_H_
 #define _MACHINE_FLOAT_H_
index dc6892d..4400bb9 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: frame.h,v 1.2 1995/11/07 08:49:51 deraadt Exp $ */
+/*     $OpenBSD: frame.h,v 1.3 1996/04/28 10:56:19 deraadt Exp $ */
 
 #include <m68k/frame.h>
index ddc7572..01b90b0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ieeefp.h,v 1.2 1995/11/07 08:49:52 deraadt Exp $ */
+/*     $OpenBSD: ieeefp.h,v 1.3 1996/04/28 10:56:20 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/ieeefp.h>
index 38f30a8..f5d7c03 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: limits.h,v 1.2 1995/11/07 08:49:53 deraadt Exp $ */
+/*     $OpenBSD: limits.h,v 1.3 1996/04/28 10:56:21 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/limits.h>
index 0cfe2cd..5123739 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mioctl.h,v 1.2 1995/11/07 08:49:54 deraadt Exp $ */
+/*     $OpenBSD: mioctl.h,v 1.3 1996/04/28 10:56:22 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index b5fb692..03ac2f5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: nvram.h,v 1.2 1995/11/07 08:49:54 deraadt Exp $ */
+/*     $OpenBSD: nvram.h,v 1.3 1996/04/28 10:56:23 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 4edade7..211ecc7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pcb.h,v 1.2 1995/11/07 08:49:56 deraadt Exp $ */
+/*     $OpenBSD: pcb.h,v 1.3 1996/04/28 10:56:24 deraadt Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
index 8103a94..ac1a785 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pmap.h,v 1.2 1995/11/07 08:49:57 deraadt Exp $ */
+/*     $OpenBSD: pmap.h,v 1.3 1996/04/28 10:56:25 deraadt Exp $ */
 
 /* 
  * Copyright (c) 1987 Carnegie-Mellon University
index 6896652..1711d32 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: proc.h,v 1.3 1995/11/28 20:43:07 deraadt Exp $ */
+/*     $OpenBSD: proc.h,v 1.4 1996/04/28 10:56:25 deraadt Exp $ */
 
 /*
  * Copyright (c) 1991, 1993
index 95cf0fb..ab458cc 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: profile.h,v 1.2 1995/11/07 08:49:58 deraadt Exp $ */
+/*     $OpenBSD: profile.h,v 1.3 1996/04/28 10:56:26 deraadt Exp $ */
 
 #include <m68k/profile.h>
index 2325b58..767af78 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: prom.h,v 1.2 1995/11/07 08:49:59 deraadt Exp $ */
+/*     $OpenBSD: prom.h,v 1.3 1996/04/28 10:56:27 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
@@ -64,7 +64,7 @@
 #define ENVIRONTYPE_NETBOOT    4
 #define ENVIRONTYPE_MEMSIZE    5
 
-#ifndef LOCORE
+#ifndef _LOCORE
 struct prom_netctrl {
        u_char  dev;
        u_char  ctrl;
index 5243a91..9f1025d 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: psl.h,v 1.2 1995/11/07 08:50:00 deraadt Exp $ */
+/*     $OpenBSD: psl.h,v 1.3 1996/04/28 10:56:28 deraadt Exp $ */
 
 #include <m68k/psl.h>
index 173c7c4..6aa1b56 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pte.h,v 1.2 1995/11/07 08:50:01 deraadt Exp $ */
+/*     $OpenBSD: pte.h,v 1.3 1996/04/28 10:56:29 deraadt Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
index 906da20..65ccefe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ptrace.h,v 1.2 1995/11/07 08:50:01 deraadt Exp $ */
+/*     $OpenBSD: ptrace.h,v 1.3 1996/04/28 10:56:30 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/ptrace.h>
index 3599a94..adfeaea 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: reg.h,v 1.2 1995/11/07 08:50:02 deraadt Exp $ */
+/*     $OpenBSD: reg.h,v 1.3 1996/04/28 10:56:31 deraadt Exp $ */
 
 #ifndef _MACHINE_REG_H_
 #define        _MACHINE_REG_H_
index 0843a9c..4a14bb8 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: setjmp.h,v 1.2 1995/11/07 08:50:03 deraadt Exp $ */
+/*     $OpenBSD: setjmp.h,v 1.3 1996/04/28 10:56:32 deraadt Exp $ */
 
 #include <m68k/setjmp.h>
index feac291..07f41f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: signal.h,v 1.2 1995/11/07 08:50:04 deraadt Exp $ */
+/*     $OpenBSD: signal.h,v 1.3 1996/04/28 10:56:33 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/signal.h>
index 65d2520..75510e1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: stdarg.h,v 1.2 1995/11/07 08:50:05 deraadt Exp $ */
+/*     $OpenBSD: stdarg.h,v 1.3 1996/04/28 10:56:33 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/stdarg.h>
index 515baf9..22029ff 100644 (file)
@@ -1,3 +1,3 @@
-/*     $Id: trap.h,v 1.2 1995/11/07 08:50:06 deraadt Exp $ */
+/*     $OpenBSD: trap.h,v 1.3 1996/04/28 10:56:34 deraadt Exp $ */
 
 #include <m68k/trap.h>
index 69ae636..578b514 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: types.h,v 1.2 1995/11/07 08:50:06 deraadt Exp $ */
+/*     $OpenBSD: types.h,v 1.3 1996/04/28 10:56:35 deraadt Exp $ */
 
 #ifndef _MACHINE_TYPES_H_
 #define _MACHINE_TYPES_H_
index 6535721..1cbbe78 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: varargs.h,v 1.2 1995/11/07 08:50:07 deraadt Exp $ */
+/*     $OpenBSD: varargs.h,v 1.3 1996/04/28 10:56:36 deraadt Exp $ */
 
 /* Just use the common m68k definition */
 #include <m68k/varargs.h>
index 4b75b1e..82ca7b4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: vmparam.h,v 1.2 1995/11/07 08:50:08 deraadt Exp $ */
+/*     $OpenBSD: vmparam.h,v 1.3 1996/04/28 10:56:37 deraadt Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
index f49c1e3..02ccac9 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: disksubr.c,v 1.4 1996/04/28 10:58:59 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Dale Rahn.
  * All rights reserved.
index dd20c1a..38f26a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: dkbad.c,v 1.2 1995/11/07 08:50:17 deraadt Exp $ */
+/*     $OpenBSD: dkbad.c,v 1.3 1996/04/28 10:59:00 deraadt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
index 2d46e8e..219f548 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: machdep.c,v 1.6 1996/01/05 16:18:00 deraadt Exp $ */
+/*     $OpenBSD: machdep.c,v 1.7 1996/04/28 10:59:02 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index ad1173a..fa4798c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mem.c,v 1.3 1995/11/30 22:52:05 deraadt Exp $ */
+/*     $OpenBSD: mem.c,v 1.4 1996/04/28 10:59:03 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 8860f17..7bb6820 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pmap.c,v 1.4 1995/12/15 02:25:39 deraadt Exp $ */
+/*     $OpenBSD: pmap.c,v 1.5 1996/04/28 10:59:04 deraadt Exp $ */
 
 /* 
  * Copyright (c) 1995 Theo de Raadt
index af5996e..30ba709 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pmap_bootstrap.c,v 1.2 1995/11/07 08:50:24 deraadt Exp $ */
+/*     $OpenBSD: pmap_bootstrap.c,v 1.3 1996/04/28 10:59:08 deraadt Exp $ */
 
 /* 
  * Copyright (c) 1995 Theo de Raadt
index 8ad15fb..a38d8bd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: swapgeneric.c,v 1.3 1995/11/30 22:53:00 deraadt Exp $ */
+/*     $OpenBSD: swapgeneric.c,v 1.4 1996/04/28 10:59:12 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1994
index 0cf5256..a857798 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: sys_machdep.c,v 1.4 1995/11/28 01:24:16 deraadt Exp $ */
+/*     $OpenBSD: sys_machdep.c,v 1.5 1996/04/28 10:59:13 deraadt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
index 2b0e8fc..6dd9c3e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: trap.c,v 1.5 1996/01/12 16:45:14 deraadt Exp $ */
+/*     $OpenBSD: trap.c,v 1.6 1996/04/28 10:59:15 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index f1d72da..4ff0709 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: vectors.s,v 1.2 1995/11/07 08:50:28 deraadt Exp $ */
+/*     $OpenBSD: vectors.s,v 1.3 1996/04/28 10:59:17 deraadt Exp $ */
 
 | Copyright (c) 1995 Theo de Raadt
 |