summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:06:13 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:06:13 -0800
commit58c7c229abd0ee9cbf64feec7c01e97ff7db8e3c (patch)
tree6f02e41b9290adf901df90b53fd22be099ce58d7
parent27e5b6bfc66cd25f4106a8933647db7c49e97505 (diff)
unifdef __UNIXWARE__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xconsole.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xconsole.c b/xconsole.c
index 769b440..affea69 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -902,13 +902,8 @@ get_pty(int *pty, int *tty)
#ifdef SCO325
#define OSM_DEVICE "/dev/error"
#else
-#ifdef __UNIXWARE__
-#define OSM_DEVICE "/dev/osm2"
-#define NO_READAHEAD
-#else
#define OSM_DEVICE "/dev/osm"
#endif
-#endif
static FILE *
osm_pipe(void)