summaryrefslogtreecommitdiff
path: root/usr.bin/pr/egetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/pr/egetopt.c')
-rw-r--r--usr.bin/pr/egetopt.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c
index 5c43476..d327596 100644
--- a/usr.bin/pr/egetopt.c
+++ b/usr.bin/pr/egetopt.c
@@ -33,15 +33,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#ifndef lint
-#if 0
-from: static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93";
-#else
-__RCSID("$NetBSD: egetopt.c,v 1.9 2011/09/06 18:26:06 joerg Exp $");
-#endif
-#endif /* not lint */
-
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>