diff options
Diffstat (limited to 'usr.bin/indent/parse.c')
-rw-r--r-- | usr.bin/indent/parse.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 3121f7f8519..a55dcf791dc 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.8 2004/07/20 03:50:26 deraadt Exp $ */ +/* $OpenBSD: parse.c,v 1.9 2009/10/27 23:59:39 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -32,11 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: parse.c,v 1.8 2004/07/20 03:50:26 deraadt Exp $"; -#endif /* not lint */ - #include <stdio.h> #include "indent_globs.h" #include "indent_codes.h" |