summaryrefslogtreecommitdiff
path: root/sbin/dumpfs
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/dumpfs
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/Makefile2
-rw-r--r--sbin/dumpfs/dumpfs.81
-rw-r--r--sbin/dumpfs/dumpfs.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile
index 7441d5ba9e6..3f9443059a7 100644
--- a/sbin/dumpfs/Makefile
+++ b/sbin/dumpfs/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:15 deraadt Exp $
# $NetBSD: Makefile,v 1.7 1995/03/18 14:55:13 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= dumpfs
MAN= dumpfs.8
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8
index 4d8e8d6a58b..78a275c9c64 100644
--- a/sbin/dumpfs/dumpfs.8
+++ b/sbin/dumpfs/dumpfs.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: dumpfs.8,v 1.2 1996/06/23 14:30:15 deraadt Exp $
.\" $NetBSD: dumpfs.8,v 1.6 1995/03/18 14:55:14 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index cfd11276cbf..c330c8b022d 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: dumpfs.c,v 1.4 1996/06/23 14:30:16 deraadt Exp $ */
/* $NetBSD: dumpfs.c,v 1.11 1996/01/09 21:23:36 pk Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)dumpfs.c 8.2 (Berkeley) 2/2/94";
#else
-static char rcsid[] = "$NetBSD: dumpfs.c,v 1.11 1996/01/09 21:23:36 pk Exp $";
+static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.4 1996/06/23 14:30:16 deraadt Exp $";
#endif
#endif /* not lint */