summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 08:13:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 08:13:14 -0800
commit676edb80c54ac5ace45e641a3dde17751a3ab224 (patch)
treefb6c7d6df261f5139745781542c6b8776f1dbf1d
parent9567b4e2b70552963189ac90a3ff91c351cd482a (diff)
unifdef -UISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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)
{