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