summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:07:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:07:29 -0800
commit5b1208eb8c2f21a07518a6757408faf30c98dfe2 (patch)
tree968c7bd2b824659012d4bbfcc7bb8ba81ec8a7dd
parent58c7c229abd0ee9cbf64feec7c01e97ff7db8e3c (diff)
unifdef SCO325
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xconsole.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xconsole.c b/xconsole.c
index affea69..5a6778d 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -899,11 +899,7 @@ get_pty(int *pty, int *tty)
* sends the output to xconsole.
*/
-#ifdef SCO325
-#define OSM_DEVICE "/dev/error"
-#else
#define OSM_DEVICE "/dev/osm"
-#endif
static FILE *
osm_pipe(void)