diff options
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/Makefile | 2 | ||||
-rw-r--r-- | sbin/newfs/mkfs.c | 3 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 1 | ||||
-rw-r--r-- | sbin/newfs/newfs.c | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index bf7d243f8a1..34cbb21f75a 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:31:45 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1996/05/16 07:13:01 thorpej Exp $ -# @(#)Makefile 8.2 (Berkeley) 3/27/94 PROG= newfs SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 63a4ce86d24..e22b9a9d7ac 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mkfs.c,v 1.2 1996/06/23 14:31:46 deraadt Exp $ */ /* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)mkfs.c 8.3 (Berkeley) 2/3/94"; #else -static char rcsid[] = "$NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mkfs.c,v 1.2 1996/06/23 14:31:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 8f408bc899f..a995f43eebd 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: newfs.8,v 1.3 1996/06/23 14:31:46 deraadt Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 9f6cef21b1c..6026b34ac50 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:47 deraadt Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)newfs.c 8.8 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $"; +static char rcsid[] = "$OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:47 deraadt Exp $"; #endif #endif /* not lint */ |