summaryrefslogtreecommitdiffstats
path: root/contrib/com_err/lex.l
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-04 09:49:02 +0000
committermarkm <markm@FreeBSD.org>1999-09-04 09:49:02 +0000
commit444a62d6e11e4184062a6f4999c3986590ebbdfc (patch)
tree3856dd50933ef60bb5672f89cdc80f340b763ac5 /contrib/com_err/lex.l
parent167ab7758c87acf2c5b09a1f69eefa1e9f5d713b (diff)
downloadFreeBSD-src-444a62d6e11e4184062a6f4999c3986590ebbdfc.zip
FreeBSD-src-444a62d6e11e4184062a6f4999c3986590ebbdfc.tar.gz
Fix up this for the build; some compatibility files have been added -
these will be submitted back to KTH for inclusion.
Diffstat (limited to 'contrib/com_err/lex.l')
-rw-r--r--contrib/com_err/lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l
index 9f767c9..264ad6f 100644
--- a/contrib/com_err/lex.l
+++ b/contrib/com_err/lex.l
@@ -48,7 +48,9 @@
#include "compile_et.h"
#include "parse.h"
+#if 0
RCSID("$Id: lex.l,v 1.4 1998/11/20 05:58:52 assar Exp $");
+#endif
static unsigned lineno = 1;
void error_message(char *, ...);
OpenPOWER on IntegriCloud