summaryrefslogtreecommitdiff
path: root/sbin/dumplfs
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/dumplfs
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/dumplfs')
-rw-r--r--sbin/dumplfs/Makefile2
-rw-r--r--sbin/dumplfs/dumplfs.81
-rw-r--r--sbin/dumplfs/dumplfs.c3
-rw-r--r--sbin/dumplfs/extern.h1
-rw-r--r--sbin/dumplfs/misc.c3
5 files changed, 7 insertions, 3 deletions
diff --git a/sbin/dumplfs/Makefile b/sbin/dumplfs/Makefile
index b03c520e075..fbb6d2ea2d5 100644
--- a/sbin/dumplfs/Makefile
+++ b/sbin/dumplfs/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:17 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/03/18 14:55:18 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/18/93
PROG= dumplfs
SRCS= dumplfs.c lfs_cksum.c misc.c
diff --git a/sbin/dumplfs/dumplfs.8 b/sbin/dumplfs/dumplfs.8
index 2edd8b1df6b..cc591ace05e 100644
--- a/sbin/dumplfs/dumplfs.8
+++ b/sbin/dumplfs/dumplfs.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: dumplfs.8,v 1.2 1996/06/23 14:30:17 deraadt Exp $
.\" $NetBSD: dumplfs.8,v 1.2 1995/03/18 14:55:19 cgd Exp $
.\"
.\" Copyright (c) 1993
diff --git a/sbin/dumplfs/dumplfs.c b/sbin/dumplfs/dumplfs.c
index c7764e2d1e8..0f0139a0865 100644
--- a/sbin/dumplfs/dumplfs.c
+++ b/sbin/dumplfs/dumplfs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: dumplfs.c,v 1.4 1996/06/23 14:30:18 deraadt Exp $ */
/* $NetBSD: dumplfs.c,v 1.7 1995/12/14 22:36:34 thorpej Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)dumplfs.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: dumplfs.c,v 1.7 1995/12/14 22:36:34 thorpej Exp $";
+static char rcsid[] = "$OpenBSD: dumplfs.c,v 1.4 1996/06/23 14:30:18 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/dumplfs/extern.h b/sbin/dumplfs/extern.h
index 572c4c956bc..b1941363838 100644
--- a/sbin/dumplfs/extern.h
+++ b/sbin/dumplfs/extern.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:30:19 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.3 1995/03/18 14:55:22 cgd Exp $ */
/*-
diff --git a/sbin/dumplfs/misc.c b/sbin/dumplfs/misc.c
index 0ac2157eb02..b7196e727a4 100644
--- a/sbin/dumplfs/misc.c
+++ b/sbin/dumplfs/misc.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:30:19 deraadt Exp $ */
/* $NetBSD: misc.c,v 1.3 1995/03/18 14:55:23 cgd Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: misc.c,v 1.3 1995/03/18 14:55:23 cgd Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:30:19 deraadt Exp $";
#endif
#endif /* not lint */