diff options
author | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
commit | 91a09107e720ce911018f61ba3a4024f540eca18 (patch) | |
tree | c1555e8966f81607244a353d5e9be0f6b6da9c63 | |
parent | b38b9a7731430359f10ba74706fc6d4c786d2d36 (diff) |
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-rw-r--r-- | xconsole.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -906,10 +906,10 @@ get_pty(int *pty, int *tty, char *ttydev, char *ptydev) * sends the output to xconsole. */ -#ifdef SCO +#ifdef SCO325 #define OSM_DEVICE "/dev/error" #else -#ifdef USL +#ifdef __UNIXWARE__ #define OSM_DEVICE "/dev/osm2" #define NO_READAHEAD #else |