diff options
| author | cgd <cgd@NetBSD.org> | 1994-06-29 06:29:24 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-06-29 06:29:24 +0000 |
| commit | cf92afd66eb26ee2097f3883397b4bc5bb0e82aa (patch) | |
| tree | 6bbe162c1ba0d8484b4d2a42807167c3229f6cca /sys/dev | |
| parent | bb627c6f25da6cf7b3a7203ef05fc66264ac77b8 (diff) | |
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ccd.c | 8 | ||||
| -rw-r--r-- | sys/dev/ccdvar.h | 8 | ||||
| -rw-r--r-- | sys/dev/cons.c | 3 | ||||
| -rw-r--r-- | sys/dev/cons.h | 3 | ||||
| -rw-r--r-- | sys/dev/vn.c | 3 | ||||
| -rw-r--r-- | sys/dev/vnd.c | 3 | ||||
| -rw-r--r-- | sys/dev/vndioctl.h | 3 | ||||
| -rw-r--r-- | sys/dev/vnioctl.h | 3 |
8 files changed, 22 insertions, 12 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c index 92a655b657f..ddb3792bf2c 100644 --- a/sys/dev/ccd.c +++ b/sys/dev/ccd.c @@ -1,3 +1,5 @@ +/* $NetBSD: ccd.c,v 1.2 1994/06/29 06:31:30 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990 The Regents of the University of California. @@ -35,9 +37,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: Utah Hdr: ccd.c 1.6 90/11/28 - * from: @(#)cd.c 7.4 (Berkeley) 5/7/91 - * $Id: ccd.c,v 1.1 1994/06/24 14:11:02 hpeyerl Exp $ + * from: Utah $Hdr: cd.c 1.6 90/11/28$ + * + * @(#)cd.c 7.4 (Berkeley) 5/7/91 */ /* diff --git a/sys/dev/ccdvar.h b/sys/dev/ccdvar.h index 42d6020080b..c57f1f44e73 100644 --- a/sys/dev/ccdvar.h +++ b/sys/dev/ccdvar.h @@ -1,3 +1,5 @@ +/* $NetBSD: ccdvar.h,v 1.2 1994/06/29 06:31:31 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990 The Regents of the University of California. @@ -35,9 +37,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: Utah Hdr: cdvar.h 1.1 90/07/09 - * from: @(#)cdvar.h 7.2 (Berkeley) 11/4/90 - * $Id: ccdvar.h,v 1.1 1994/06/24 14:11:04 hpeyerl Exp $ + * from: Utah $Hdr: cdvar.h 1.1 90/07/09$ + * + * @(#)cdvar.h 7.2 (Berkeley) 11/4/90 */ #define NCCDISKS 8 /* max # of component disks */ diff --git a/sys/dev/cons.c b/sys/dev/cons.c index b89584f836c..bd9e0c2fb27 100644 --- a/sys/dev/cons.c +++ b/sys/dev/cons.c @@ -1,4 +1,5 @@ -/* NetBSD $Id: cons.c,v 1.17 1994/06/27 19:49:45 cgd Exp $ */ +/* $NetBSD: cons.c,v 1.18 1994/06/29 06:31:32 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 diff --git a/sys/dev/cons.h b/sys/dev/cons.h index 8fea02ca986..2f0d5ed9a4d 100644 --- a/sys/dev/cons.h +++ b/sys/dev/cons.h @@ -1,4 +1,5 @@ -/* NetBSD $Id: cons.h,v 1.5 1994/06/27 19:49:47 cgd Exp $ */ +/* $NetBSD: cons.h,v 1.6 1994/06/29 06:31:34 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 diff --git a/sys/dev/vn.c b/sys/dev/vn.c index 3692b9c783f..173cd603f3a 100644 --- a/sys/dev/vn.c +++ b/sys/dev/vn.c @@ -1,4 +1,5 @@ -/* NetBSD $Id: vn.c,v 1.10 1994/06/27 19:49:48 cgd Exp $ */ +/* $NetBSD: vn.c,v 1.11 1994/06/29 06:31:35 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index 96c1da4bc81..08f8f94c710 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -1,4 +1,5 @@ -/* NetBSD $Id: vnd.c,v 1.10 1994/06/27 19:49:48 cgd Exp $ */ +/* $NetBSD: vnd.c,v 1.11 1994/06/29 06:31:35 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 diff --git a/sys/dev/vndioctl.h b/sys/dev/vndioctl.h index 0f7502d7ade..b62649dbd20 100644 --- a/sys/dev/vndioctl.h +++ b/sys/dev/vndioctl.h @@ -1,4 +1,5 @@ -/* NetBSD $Id: vndioctl.h,v 1.2 1994/06/27 19:49:50 cgd Exp $ */ +/* $NetBSD: vndioctl.h,v 1.3 1994/06/29 06:31:37 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 diff --git a/sys/dev/vnioctl.h b/sys/dev/vnioctl.h index 1a54af0bf6f..809e4fa88b9 100644 --- a/sys/dev/vnioctl.h +++ b/sys/dev/vnioctl.h @@ -1,4 +1,5 @@ -/* NetBSD $Id: vnioctl.h,v 1.2 1994/06/27 19:49:50 cgd Exp $ */ +/* $NetBSD: vnioctl.h,v 1.3 1994/06/29 06:31:37 cgd Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 |
