summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xconsole.c9
1 files changed, 0 insertions, 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 <stdio.h>. */
-#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)
{