diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-09 00:54:58 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-09 00:54:58 +0000 |
commit | 50c9c207cfaff897242cb3df7f43785314f81a6a (patch) | |
tree | 0b84a910fc48c8a516b9e334145048fd9cb192bf /news4-posix.h | |
parent | 0d5af6017e4549c8b622b505c6a7dd80b24df512 (diff) |
Real remove of the news4-posix.h .. Too bad I can't do the same
to next-posix.h yet.
Diffstat (limited to 'news4-posix.h')
-rw-r--r-- | news4-posix.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/news4-posix.h b/news4-posix.h deleted file mode 100644 index af1cac3f6..000000000 --- a/news4-posix.h +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* | ||
2 | * Defines and prototypes specific to News4 system | ||
3 | */ | ||
4 | |||
5 | #ifndef _NEWS4_POSIX_H | ||
6 | #define _NEWS4_POSIX_H | ||
7 | |||
8 | #ifdef HAVE_NEWS4 | ||
9 | #include <sys/wait.h> | ||
10 | |||
11 | typedef long clock_t; | ||
12 | |||
13 | /* FILE */ | ||
14 | #define O_NONBLOCK 00004 /* non-blocking open */ | ||
15 | |||
16 | #endif /* HAVE_NEWS4 */ | ||
17 | #endif /* _NEWS4_POSIX_H */ | ||