summaryrefslogtreecommitdiffstats
path: root/bin/ed/cbc.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-11 16:48:11 +0000
committerache <ache@FreeBSD.org>1996-08-11 16:48:11 +0000
commitc2f58cf70e6faf6d62a4d98dd5582ab93dfa1878 (patch)
treebd9a229724a520b797ff84fefbe82abfa1a39065 /bin/ed/cbc.c
parentcf7c5f37f7006a7a184fffc85a84772bb9b664e1 (diff)
downloadFreeBSD-src-c2f58cf70e6faf6d62a4d98dd5582ab93dfa1878.zip
FreeBSD-src-c2f58cf70e6faf6d62a4d98dd5582ab93dfa1878.tar.gz
Localize it
8bit cleanup
Diffstat (limited to 'bin/ed/cbc.c')
-rw-r--r--bin/ed/cbc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index 62fcd99..4c5211a 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)bdes.c 5.5 (Berkeley) 6/27/91
- * $Id: cbc.c,v 1.4 1994/09/24 02:55:24 davidg Exp $
+ * $Id: cbc.c,v 1.5 1995/03/19 13:28:24 joerg Exp $
*/
#ifndef lint
@@ -43,7 +43,6 @@ static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
#endif /* not lint */
#include <sys/types.h>
-#include <ctype.h>
#include <errno.h>
#include <pwd.h>
OpenPOWER on IntegriCloud