summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags/ctags.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ctags/ctags.c')
-rw-r--r--usr.bin/ctags/ctags.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c
index 3f74332..199ffb6 100644
--- a/usr.bin/ctags/ctags.c
+++ b/usr.bin/ctags/ctags.c
@@ -31,19 +31,20 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1987, 1993, 1994, 1995\n\
The Regents of the University of California. All rights reserved.\n";
#endif
+#if 0
#ifndef lint
-static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95";
+static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <err.h>
#include <limits.h>
OpenPOWER on IntegriCloud