diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/mount_null | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/mount_null')
-rw-r--r-- | sbin/mount_null/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_null/mount_null.8 | 1 | ||||
-rw-r--r-- | sbin/mount_null/mount_null.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile index e2070c61474..ba10fa41c1e 100644 --- a/sbin/mount_null/Makefile +++ b/sbin/mount_null/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:28 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/03/18 14:57:45 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_null SRCS= mount_null.c getmntopts.c diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 6490b1d1d0d..e21aceb810c 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_null.8,v 1.3 1996/06/23 14:31:28 deraadt Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index 76f77190e9c..08b40c0351e 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_null.c,v 1.3 1996/06/23 14:31:29 deraadt Exp $ */ /* $NetBSD: mount_null.c,v 1.3 1996/04/13 01:31:49 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_null.c 8.5 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_null.c,v 1.3 1996/04/13 01:31:49 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_null.c,v 1.3 1996/06/23 14:31:29 deraadt Exp $"; #endif #endif /* not lint */ |