diff options
| author | Peter Eisentraut | 2012-05-01 19:11:12 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-05-01 19:11:12 +0000 |
| commit | f2f9439fbfba378cb64cd6e5a046e0184cd542c6 (patch) | |
| tree | e3988f7261fa523aaf0b79f0c0d25dc14b5bdd06 /src/include/port/nextstep.h | |
| parent | 4266509c577b089627930af39f1dcd2d06b493e9 (diff) | |
Remove dead ports
Remove the following ports:
- dgux
- nextstep
- sunos4
- svr4
- ultrix4
- univel
These are obsolete and not worth rescuing. In most cases, there is
circumstantial evidence that they wouldn't work anymore anyway.
Diffstat (limited to 'src/include/port/nextstep.h')
| -rw-r--r-- | src/include/port/nextstep.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h deleted file mode 100644 index ff4ea40f4e5..00000000000 --- a/src/include/port/nextstep.h +++ /dev/null @@ -1,19 +0,0 @@ -/* src/include/port/nextstep.h */ - -#include "libc.h" -#include <sys/ioctl.h> -#if defined(__STRICT_ANSI__) -#define isascii(c) ((unsigned)(c)<=0177) -#endif -extern char *strdup(const char *string); - -#ifndef _POSIX_SOURCE -typedef unsigned short mode_t; -typedef int sigset_t; - -#define SIG_BLOCK 00 -#define SIG_UNBLOCK 01 -#define SIG_SETMASK 02 -#endif - -#define NO_WAITPID |
