diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
commit | 7a0c33622b460c94beef6cd31ef37807887f5a2c (patch) | |
tree | 2bf61719c7cc7369ac51d2b10ea2561288704517 /src/lib | |
parent | 9920a0abe7a40dedfe43efe83722372e06dc0826 (diff) | |
download | open-axiom-7a0c33622b460c94beef6cd31ef37807887f5a2c.tar.gz |
* lib/openpty.c: Remove conditional inclusion of <stropts.h>
* hyper/spadbuf.c: Remove conditional inclusion of <bstring.h>
* sman/session.c: Likewise.
* hyper/halloc.c: Remove conditional inclusion of <malloc.h>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/openpty.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/openpty.c b/src/lib/openpty.c index 5b99f2ad..68e6edc9 100644 --- a/src/lib/openpty.c +++ b/src/lib/openpty.c @@ -38,11 +38,6 @@ #include <fcntl.h> #include <string.h> -#if defined(SUN4OS5platform) || defined(HP10platform) -#include <stropts.h> -#endif - - #include "openpty.H1" |