From 676edb80c54ac5ace45e641a3dde17751a3ab224 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 24 Feb 2013 08:13:14 -0800 Subject: unifdef -UISC Signed-off-by: Alan Coopersmith --- xconsole.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xconsole.c b/xconsole.c index 7e22b48..65b1a1d 100644 --- a/xconsole.c +++ b/xconsole.c @@ -77,11 +77,6 @@ extern char *_XawTextGetSTRING(TextWidget ctx, XawTextPosition left, # endif #endif -/* Fix ISC brain damage. When using gcc fdopen isn't declared in . */ -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern FILE *fdopen(int, char const *); -#endif - static void inputReady(XtPointer w, int *source, XtInputId *id); static long TextLength(Widget w); static void TextReplace(Widget w, int start, int end, XawTextBlock *block); @@ -909,10 +904,6 @@ get_pty(int *pty, int *tty, char *ttydev, char *ptydev) #endif #endif -#ifdef ISC -#define NO_READAHEAD -#endif - static FILE * osm_pipe(void) { -- cgit v1.2.3