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/hyper | |
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/hyper')
-rw-r--r-- | src/hyper/event.c | 4 | ||||
-rw-r--r-- | src/hyper/halloc.c | 3 | ||||
-rw-r--r-- | src/hyper/spadbuf.c | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/hyper/event.c b/src/hyper/event.c index 1813576e..79ca1a44 100644 --- a/src/hyper/event.c +++ b/src/hyper/event.c @@ -49,10 +49,6 @@ #include <sys/types.h> #include <sys/time.h> -#ifdef SGIplatform -#include <bstring.h> -#endif - #include "event.h" #include "keyin.h" #include "hyper.h" diff --git a/src/hyper/halloc.c b/src/hyper/halloc.c index acdfb87e..0f66b292 100644 --- a/src/hyper/halloc.c +++ b/src/hyper/halloc.c @@ -39,9 +39,6 @@ #include "debug.h" #include <stdio.h> #include <stdlib.h> -#if !defined(BSDplatform) -#include <malloc.h> -#endif FILE *fp; diff --git a/src/hyper/spadbuf.c b/src/hyper/spadbuf.c index f67c1519..1a6bc0ef 100644 --- a/src/hyper/spadbuf.c +++ b/src/hyper/spadbuf.c @@ -47,10 +47,6 @@ #include <sys/time.h> #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif - #include "bsdsignal.h" #include "sockio.h" #include "edible.h" |