summaryrefslogtreecommitdiff
path: root/sbin/growfs/growfs.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-07 16:37:53 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-07 16:37:53 +0000
commit29424fea9f0d362e3aec46277a3d2d9b0f755a58 (patch)
tree0c1b353055cf98a209057bdb04c8bf8fa41fc361 /sbin/growfs/growfs.c
parentda30cfc4ec73dd8f4dfdead849b85494783aaffa (diff)
add missing tags and make this compile with debug.
Diffstat (limited to 'sbin/growfs/growfs.c')
-rw-r--r--sbin/growfs/growfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c
index 8119d4697df..b605fd45731 100644
--- a/sbin/growfs/growfs.c
+++ b/sbin/growfs/growfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: growfs.c,v 1.3 2003/08/04 04:49:57 tedu Exp $ */
+/* $OpenBSD: growfs.c,v 1.4 2003/08/07 16:37:52 fgsch Exp $ */
/*
* Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
* Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
@@ -46,7 +46,7 @@ static const char copyright[] =
Copyright (c) 1980, 1989, 1993 The Regents of the University of California.\n\
All rights reserved.\n";
-static const char rcsid[] = "$OpenBSD: growfs.c,v 1.3 2003/08/04 04:49:57 tedu Exp $";
+static const char rcsid[] = "$OpenBSD: growfs.c,v 1.4 2003/08/07 16:37:52 fgsch Exp $";
#endif /* not lint */
/* ********************************************************** INCLUDES ***** */