From: Chris Hanson Date: Sun, 24 Jul 2005 05:06:40 +0000 (+0000) Subject: Don't bother including at all; instead trust that "ux.h" X-Git-Tag: 20090517-FFI~1243 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d134ae84ed83eadc09ce699785def798878baff8;p=mit-scheme.git Don't bother including at all; instead trust that "ux.h" will do the right thing. --- diff --git a/v7/src/microcode/uxio.c b/v7/src/microcode/uxio.c index db6f84cc6..c68468725 100644 --- a/v7/src/microcode/uxio.c +++ b/v7/src/microcode/uxio.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxio.c,v 1.52 2005/07/09 03:28:14 cph Exp $ +$Id: uxio.c,v 1.53 2005/07/24 05:06:40 cph Exp $ Copyright 1990,1991,1992,1993,1994,1995 Massachusetts Institute of Technology Copyright 1996,1997,1998,2000,2001,2003 Massachusetts Institute of Technology @@ -241,12 +241,6 @@ DEFUN (OS_channel_write_dump_file, (channel, buffer, nbytes), return ((scr < 0) ? 0 : scr); } -#ifdef HAVE_STRING_H -# include -#else - extern int EXFUN (strlen, (CONST char *)); -#endif - void DEFUN (OS_channel_write_string, (channel, string), Tchannel channel AND