summaryrefslogtreecommitdiff
path: root/bin/ed/cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/cbc.c')
-rw-r--r--bin/ed/cbc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index 7d20c6c..467a7a1 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -67,15 +67,6 @@
* from: @(#)bdes.c 5.5 (Berkeley) 6/27/91
*/
-#include <sys/cdefs.h>
-#ifndef lint
-#if 0
-static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
-#else
-__RCSID("$NetBSD: cbc.c,v 1.25 2018/02/08 09:05:16 dholland Exp $");
-#endif
-#endif /* not lint */
-
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>