summaryrefslogtreecommitdiff
path: root/sbin/mount_null
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
commitee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch)
treed0c5a8ce449174adb1446885a3852074d1bf406d /sbin/mount_null
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/Makefile2
-rw-r--r--sbin/mount_null/mount_null.81
-rw-r--r--sbin/mount_null/mount_null.c3
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 */