summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-12-03 02:41:11 +0000
committerjulian <julian@FreeBSD.org>1998-12-03 02:41:11 +0000
commitd77705b6d872e99ed9c1fe6ed1a27d8678cf7117 (patch)
tree18fe73766fe3f4bc6e842030267ad53b47f58fc5 /sbin/fsck_ffs/setup.c
parent64959e9518a11a823d591af2ed4f7c4c28ccb71a (diff)
downloadFreeBSD-src-d77705b6d872e99ed9c1fe6ed1a27d8678cf7117.zip
FreeBSD-src-d77705b6d872e99ed9c1fe6ed1a27d8678cf7117.tar.gz
Cosmetic and documentation changes brought from earlier FreeBSD versions.
(e.g. RCS Id:)
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r--sbin/fsck_ffs/setup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c
index 5a842f4..88a7b6b 100644
--- a/sbin/fsck_ffs/setup.c
+++ b/sbin/fsck_ffs/setup.c
@@ -32,13 +32,16 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95";
+#endif
+static const char rcsid[] =
+ "$Id: setup.c,v 1.12 1998/06/28 19:23:03 bde Exp $";
#endif /* not lint */
#define DKTYPENAMES
#include <sys/param.h>
#include <sys/stat.h>
-#include <sys/ioctl.h>
#include <sys/disklabel.h>
#include <sys/file.h>
OpenPOWER on IntegriCloud