From 5b1208eb8c2f21a07518a6757408faf30c98dfe2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 13:07:29 -0800 Subject: unifdef SCO325 Signed-off-by: Alan Coopersmith --- xconsole.c | 4 ---- 1 file changed, 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) -- cgit v1.2.3