add OpenBSD header
authorderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:48:15 +0000 (10:48 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:48:15 +0000 (10:48 +0000)
76 files changed:
sys/arch/mvme68k/stand/bootsd/Makefile
sys/arch/mvme68k/stand/bootsd/boot.c
sys/arch/mvme68k/stand/bootsd/bugdev.c
sys/arch/mvme68k/stand/bootsd/filesystem.c
sys/arch/mvme68k/stand/bootsd/version.c
sys/arch/mvme68k/stand/bootst/Makefile
sys/arch/mvme68k/stand/bootst/bootst.c
sys/arch/mvme68k/stand/bugcrt/Makefile
sys/arch/mvme68k/stand/bugcrt/Makefile.inc
sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c
sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c
sys/arch/mvme68k/stand/libbug/Makefile
sys/arch/mvme68k/stand/libbug/Makefile.inc
sys/arch/mvme68k/stand/libbug/m68k/delay.c
sys/arch/mvme68k/stand/libbug/m68k/diskrd.c
sys/arch/mvme68k/stand/libbug/m68k/diskwr.c
sys/arch/mvme68k/stand/libbug/m68k/getbrdid.c
sys/arch/mvme68k/stand/libbug/m68k/instat.c
sys/arch/mvme68k/stand/libbug/m68k/outln.c
sys/arch/mvme68k/stand/libbug/m68k/outstr.c
sys/arch/mvme68k/stand/libbug/m68k/return.c
sys/arch/mvme68k/stand/libbug/m68k/rtc_rd.c
sys/arch/mvme68k/stand/libbug/m88k/delay.c
sys/arch/mvme68k/stand/libbug/ppc/bug.c
sys/arch/mvme68k/stand/libsa/Makefile
sys/arch/mvme68k/stand/libsa/Makefile.inc
sys/arch/mvme68k/stand/libsa/SRT0.S
sys/arch/mvme68k/stand/libsa/SRT1.c
sys/arch/mvme68k/stand/libsa/bug.c
sys/arch/mvme68k/stand/libsa/clock.c
sys/arch/mvme68k/stand/libsa/clock.h
sys/arch/mvme68k/stand/libsa/clockreg.h
sys/arch/mvme68k/stand/libsa/config.h
sys/arch/mvme68k/stand/libsa/dev_disk.c
sys/arch/mvme68k/stand/libsa/dev_disk.h
sys/arch/mvme68k/stand/libsa/devopen.c
sys/arch/mvme68k/stand/libsa/dvma.c
sys/arch/mvme68k/stand/libsa/dvma.h
sys/arch/mvme68k/stand/libsa/exec_sun.c
sys/arch/mvme68k/stand/libsa/gets.c
sys/arch/mvme68k/stand/libsa/netif_sun.c
sys/arch/mvme68k/stand/libsa/panic.c
sys/arch/mvme68k/stand/libsa/promboot.c
sys/arch/mvme68k/stand/libsa/promboot.h
sys/arch/mvme68k/stand/libsa/promcons.c
sys/arch/mvme68k/stand/libsa/promdev.c
sys/arch/mvme68k/stand/libsa/promdev.h
sys/arch/mvme68k/stand/netboot/Makefile
sys/arch/mvme68k/stand/netboot/boot.c
sys/arch/mvme68k/stand/netboot/conf.c
sys/arch/mvme68k/stand/netboot/dev_net.c
sys/arch/mvme68k/stand/netboot/dev_net.h
sys/arch/mvme68k/stand/netboot/i82586.h
sys/arch/mvme68k/stand/netboot/if_ie.c
sys/arch/mvme68k/stand/netboot/if_iereg.h
sys/arch/mvme68k/stand/netboot/if_le.c
sys/arch/mvme68k/stand/netboot/if_lereg.h
sys/arch/mvme68k/stand/netboot/version.c
sys/arch/mvme68k/stand/prtvid/Makefile
sys/arch/mvme68k/stand/prtvid/prtvid.c
sys/arch/mvme68k/stand/sboot/Makefile
sys/arch/mvme68k/stand/sboot/XBUG.S
sys/arch/mvme68k/stand/sboot/XSRT0.S
sys/arch/mvme68k/stand/sboot/clock.c
sys/arch/mvme68k/stand/sboot/clockreg.h
sys/arch/mvme68k/stand/sboot/etherfun.c
sys/arch/mvme68k/stand/sboot/etherfun.h
sys/arch/mvme68k/stand/sboot/if_le.c
sys/arch/mvme68k/stand/sboot/if_lereg.h
sys/arch/mvme68k/stand/sboot/oc_cksum.S
sys/arch/mvme68k/stand/sboot/sboot.c
sys/arch/mvme68k/stand/sboot/sboot.h
sys/arch/mvme68k/stand/sboot/srec.c
sys/arch/mvme68k/stand/wrtvid/Makefile
sys/arch/mvme68k/stand/wrtvid/Makefile.inc
sys/arch/mvme68k/stand/wrtvid/wrtvid.c

index 779cbea..fc9b252 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/10/93
-#           $Id: Makefile,v 1.2 1995/12/06 10:54:54 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:15 deraadt Exp $
 
 RELOC=0x3F0000 
 
index e649328..b8f3e79 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: boot.c,v 1.6 1996/02/16 00:13:18 rahnds Exp $ */
+/*     $OpenBSD: boot.c,v 1.7 1996/04/28 10:48:17 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index 82776ab..b351549 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: bugdev.c,v 1.4 1995/12/06 10:54:55 deraadt Exp $ */
+/*     $OpenBSD: bugdev.c,v 1.5 1996/04/28 10:48:18 deraadt Exp $ */
 
 /*
  * Copyright (c) 1993 Paul Kranenburg
index 2f821cd..e61da90 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: filesystem.c,v 1.2 1995/11/07 08:50:37 deraadt Exp $ */
+/*     $OpenBSD: filesystem.c,v 1.3 1996/04/28 10:48:19 deraadt Exp $ */
 
 /*
  * Copyright (c) 1993 Philip A. Nelson.
index c30b7d2..dcb2a18 100644 (file)
@@ -1,8 +1,8 @@
-/*     $Id: version.c,v 1.3 1995/12/06 10:54:56 deraadt Exp $ */
+/*     $OpenBSD: version.c,v 1.4 1996/04/28 10:48:19 deraadt Exp $ */
 
 /*
  * make a random change to this file when you want the bootblock
  * revision to increase. like change this x to a y, or something.
  */
 
-char *version = "$Revision: 1.3 $";
+char *version = "$Revision: 1.4 $";
index 22a5427..07f4b4e 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/10/93
-#           $Id: Makefile,v 1.2 1995/10/23 03:38:29 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:23 deraadt Exp $
 
 RELOC=0x3F0000 
 
index c07d07c..bc22114 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bootst.c,v 1.4 1996/04/28 10:48:24 deraadt Exp $ */
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/reboot.h>
index 6348eb3..77f0238 100644 (file)
@@ -1,4 +1,4 @@
-#    $Id: Makefile,v 1.2 1995/12/06 10:55:03 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:26 deraadt Exp $
 
 CFLAGS+=-I${.CURDIR}/../../include -O2
 
index f2bae6c..76f65d8 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:27 deraadt Exp $
+
 BUG_CRT_DIR=${S}/arch/${MACHINE}/stand/bugcrt
 
 BUGCRT_DIR!= cd ${BUG_CRT_DIR}; \
index dae7b36..37641e2 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:29 deraadt Exp $ */
+
 #include <sys/types.h>
 #include <machine/prom.h>
 
index 711b4fe..09a34fb 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:30 deraadt Exp $ */
+
 #include <sys/types.h>
 #include <machine/prom.h>
 
index ba775e5..b0c606e 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile,v 1.2 1996/04/28 10:48:33 deraadt Exp $
+
 LIB=bug
 
 NOPIC=
index dc1ad6b..1d08d0f 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:34 deraadt Exp $
+
 LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug
 
 LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \
index a5c1f62..570bf07 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:36 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index b0ebde4..60436fb 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: diskrd.c,v 1.2 1996/04/28 10:48:37 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 962b947..985d473 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: diskwr.c,v 1.2 1996/04/28 10:48:38 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index ded49ac..3854755 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: getbrdid.c,v 1.2 1996/04/28 10:48:39 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 5e2f2d3..b533cff 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: instat.c,v 1.2 1996/04/28 10:48:43 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 344f0ed..784c0ed 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: outln.c,v 1.2 1996/04/28 10:48:44 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index b0a7c9e..3cf9f4d 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: outstr.c,v 1.2 1996/04/28 10:48:45 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 00206a1..230bb6a 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: return.c,v 1.2 1996/04/28 10:48:46 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 7b075c4..0f73e7b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: rtc_rd.c,v 1.2 1996/04/28 10:48:47 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 68b1db1..8ff9478 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:49 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index 02a1b1f..205571a 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bug.c,v 1.2 1996/04/28 10:48:50 deraadt Exp $ */
+
 /*
  * bug routines -- assumes that the necessary sections of memory
  * are preserved.
index aa66902..0b56069 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.7 1995/12/26 17:46:28 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.8 1996/04/28 10:48:52 deraadt Exp $
 
 LIB=sa
 
index c402951..acdd037 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:53 deraadt Exp $
+
 LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa
 
 LIBSA_DIR!= cd ${LIB_SA_DIR}; \
index 922c21a..a938029 100644 (file)
@@ -1,4 +1,4 @@
-|      $Id: SRT0.S,v 1.4 1995/11/17 22:05:43 deraadt Exp $
+|      $OpenBSD: SRT0.S,v 1.5 1996/04/28 10:48:54 deraadt Exp $
 
 | Copyright (c) 1995 Theo de Raadt
 | 
index 7469db5..d065cc6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: SRT1.c,v 1.2 1995/11/07 08:50:41 deraadt Exp $ */
+/*     $OpenBSD: SRT1.c,v 1.3 1996/04/28 10:48:55 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index e0ac460..2dc7f53 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bug.c,v 1.3 1996/04/28 10:48:56 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Theo de Raadt
  * All rights reserved.
index 683bd48..f56085c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: clock.c,v 1.2 1996/04/28 10:48:57 deraadt Exp $ */
+
 #include <sys/types.h>
 
 #include "clockreg.h"
index d61bc9b..f9958f6 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: clock.h,v 1.2 1996/04/28 10:48:58 deraadt Exp $ */
 
 extern int hz;
 
index 0d38241..8655270 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: clockreg.h,v 1.2 1995/11/07 08:50:44 deraadt Exp $ */
+/*     $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:48:58 deraadt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
index d416250..b29745e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: config.h,v 1.2 1995/11/07 08:50:45 deraadt Exp $ */
+/*     $OpenBSD: config.h,v 1.3 1996/04/28 10:48:59 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index fcb7a1a..c204ebd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: dev_disk.c,v 1.2 1995/11/07 08:50:46 deraadt Exp $ */
+/*     $OpenBSD: dev_disk.c,v 1.3 1996/04/28 10:49:00 deraadt Exp $ */
 
 /*
  * Copyright (c) 1993 Paul Kranenburg
index 9f05f74..442d400 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: dev_disk.h,v 1.2 1996/04/28 10:49:01 deraadt Exp $ */
 
 int    disk_open __P((struct open_file *, ...));
 int    disk_close __P((struct open_file *));
index 92c0839..9fe1f4e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: devopen.c,v 1.3 1996/04/28 10:49:02 deraadt Exp $ */
 
 #include <sys/param.h>
 #include <stand.h>
index 1152610..bc7965e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: dvma.c,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */
 
 /*
  * The easiest way to deal with the need for DVMA mappings is
index 2b8be37..b99b970 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: dvma.h,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */
 
 char * dvma_mapin(char *pkt, int len);
 void dvma_mapout(char *dmabuf, int len);
index 887330e..424406f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: exec_sun.c,v 1.2 1995/11/07 08:50:47 deraadt Exp $ */
+/*     $OpenBSD: exec_sun.c,v 1.3 1996/04/28 10:49:04 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index 455cbcd..b1e32ce 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: gets.c,v 1.2 1995/11/07 08:50:48 deraadt Exp $ */
+/*     $OpenBSD: gets.c,v 1.3 1996/04/28 10:49:05 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index 28d2b74..a688791 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: netif_sun.c,v 1.2 1995/11/07 08:50:49 deraadt Exp $ */
+/*     $OpenBSD: netif_sun.c,v 1.3 1996/04/28 10:49:06 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
index f7c83a6..6c035aa 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: panic.c,v 1.3 1996/04/28 10:49:07 deraadt Exp $ */
 
 #include <stdarg.h>
 #include "stand.h"
index 2cc28a5..daff57f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: promboot.c,v 1.2 1995/11/07 08:50:50 deraadt Exp $ */
+/*     $OpenBSD: promboot.c,v 1.3 1996/04/28 10:49:08 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 86b5aac..e96c103 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: promboot.h,v 1.2 1996/04/28 10:49:09 deraadt Exp $ */
 
 extern char prom_bootdev[];
 extern char prom_bootfile[];
index 49e790f..01ae60c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: promcons.c,v 1.2 1995/11/07 08:50:51 deraadt Exp $ */
+/*     $OpenBSD: promcons.c,v 1.3 1996/04/28 10:49:11 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 82c1ce5..6362fcd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: promdev.c,v 1.2 1995/11/07 08:50:52 deraadt Exp $ */
+/*     $OpenBSD: promdev.c,v 1.3 1996/04/28 10:49:13 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
index e3ae5ba..2a5bd89 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: promdev.h,v 1.2 1996/04/28 10:49:14 deraadt Exp $ */
 
 int prom_iopen(struct saioreq **sipp);
 void prom_iclose(struct saioreq *sip);
index 6ecfe3d..fe6b079 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.2 1995/11/07 08:50:55 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:16 deraadt Exp $
 
 RELOC=0x3F0000
 
index eedbab7..ba09569 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: boot.c,v 1.3 1995/11/07 08:50:57 deraadt Exp $ */
+/*     $OpenBSD: boot.c,v 1.4 1996/04/28 10:49:17 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index 5af003e..10c7f64 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: conf.c,v 1.3 1995/11/07 08:50:58 deraadt Exp $ */
+/*     $OpenBSD: conf.c,v 1.4 1996/04/28 10:49:18 deraadt Exp $ */
 
 #include <sys/types.h>
 #include <netinet/in.h>
index 3f0cef2..3242f28 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: dev_net.c,v 1.4 1995/11/17 22:13:11 deraadt Exp $ */
+/*     $OpenBSD: dev_net.c,v 1.5 1996/04/28 10:49:19 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
index 093ba19..b6d35c8 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: dev_net.h,v 1.2 1996/04/28 10:49:20 deraadt Exp $ */
 
 int    net_open __P((struct open_file *, ...));
 int    net_close __P((struct open_file *));
index 9efae56..989fa89 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: i82586.h,v 1.2 1995/11/07 08:51:00 deraadt Exp $ */
+/*     $OpenBSD: i82586.h,v 1.3 1996/04/28 10:49:21 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1995 Theo de Raadt
index df5fabc..273463b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ie.c,v 1.3 1995/11/07 08:51:00 deraadt Exp $ */
+/*     $OpenBSD: if_ie.c,v 1.4 1996/04/28 10:49:22 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index a1ea9c3..cf2aa11 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_iereg.h,v 1.2 1995/11/07 08:51:01 deraadt Exp $ */
+/*     $OpenBSD: if_iereg.h,v 1.3 1996/04/28 10:49:23 deraadt Exp $ */
 
 /*
  * if_sunie.h
index 36295a6..bebb677 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_le.c,v 1.4 1995/12/26 17:44:43 deraadt Exp $ */
+/*     $OpenBSD: if_le.c,v 1.5 1996/04/28 10:49:24 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 2af99f7..685de36 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_lereg.h,v 1.2 1995/11/07 08:51:03 deraadt Exp $ */
+/*     $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:25 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1992, 1993
index 9d30196..f1bb43a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: version.c,v 1.2 1995/11/07 08:51:04 deraadt Exp $ */
+/*     $OpenBSD: version.c,v 1.3 1996/04/28 10:49:26 deraadt Exp $ */
 
 /*
  *     NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
@@ -6,4 +6,4 @@
  *     1.1
  */
 
-char *version = "$Revision: 1.2 $";
+char *version = "$Revision: 1.3 $";
index f6a6d3e..67ceebd 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:28 deraadt Exp $
+
 PROG=  prtvid
 NOMAN=
 
index 32784ff..d6c7758 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: prtvid.c,v 1.2 1996/04/28 10:49:29 deraadt Exp $ */
+
 #include <stdio.h>
 #define __DBINTERFACE_PRIVATE
 #include <db.h>
index 990d05a..3f31cf3 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.2 1995/11/07 08:51:06 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:31 deraadt Exp $
 
 S=     ${.CURDIR}/../../../..
 INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
index 288f142..e3016b8 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: XBUG.S,v 1.3 1996/04/28 10:49:32 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Theo de Raadt
  * 
index 8055282..793413e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: XSRT0.S,v 1.3 1996/04/28 10:49:33 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Theo de Raadt
  * 
index 41598b0..9f2300d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: clock.c,v 1.2 1995/11/07 08:51:08 deraadt Exp $ */
+/*     $OpenBSD: clock.c,v 1.3 1996/04/28 10:49:34 deraadt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
index e39c1d3..cfd00fb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: clockreg.h,v 1.2 1995/11/07 08:51:09 deraadt Exp $ */
+/*     $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:49:35 deraadt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
index 01987b1..37b920a 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: etherfun.c,v 1.2 1996/04/28 10:49:36 deraadt Exp $ */
+
 /*
  *
  * Copyright (c) 1995 Charles D. Cranor and Seth Widoff
index 64170e0..97e3924 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: etherfun.h,v 1.2 1996/04/28 10:49:37 deraadt Exp $ */
+
 /*
  *
  * Copyright (c) 1995 Charles D. Cranor and Seth Widoff
index ea39732..c20992a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_le.c,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */
+/*     $OpenBSD: if_le.c,v 1.3 1996/04/28 10:49:38 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
index 3c6f534..aad7067 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_lereg.h,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */
+/*     $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:41 deraadt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1992, 1993
index b68af69..328bf77 100644 (file)
@@ -1,4 +1,4 @@
-|      $Id: oc_cksum.S,v 1.2 1995/11/07 08:51:11 deraadt Exp $
+|      $OpenBSD: oc_cksum.S,v 1.3 1996/04/28 10:49:42 deraadt Exp $
 
 | Copyright (c) 1988 Regents of the University of California.
 | All rights reserved.
index 5b0f06b..5553227 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sboot.c,v 1.4 1996/04/28 10:49:43 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Theo de Raadt
  * 
index 146e0b8..0f79362 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sboot.h,v 1.2 1996/04/28 10:49:44 deraadt Exp $ */
+
 /*
  * Copyright (c) 1995 Charles D. Cranor and Seth Widoff
  * All rights reserved.
index 164fb4b..93ee5e2 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: srec.c,v 1.3 1996/04/28 10:49:45 deraadt Exp $ */
+
 /*
  * Public domain, believed to be by Mike Price.
  * 
index 8b6cd97..2cbd2a0 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:47 deraadt Exp $
+
 PROG=  wrtvid
 NOMAN=
 
index a8c47af..7e546a0 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:49:48 deraadt Exp $
+
 WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid
 
 WRTVID_DIR!= cd ${WRTVID_BASE_DIR}; \
index b2a21ad..fe4f65d 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: wrtvid.c,v 1.3 1996/04/28 10:49:49 deraadt Exp $ */
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>