summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-09 00:50:29 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-09 00:50:29 +0000
commit0d5af6017e4549c8b622b505c6a7dd80b24df512 (patch)
tree71a17212ff1668a39c826fd64f1ecacdeba2f760 /includes.h
parent48bd7c118a25b950842864c7eb87ef666cbc342d (diff)
- (bal) Detect if clock_t structure exists, if not define it.
- (bal) Detect if O_NONBLOCK exists, if not define it. - (bal) removed news4-posix.h (now empty) - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' instead of 'int'
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index c3309a501..96e97ca59 100644
--- a/includes.h
+++ b/includes.h
@@ -20,7 +20,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
20#include "config.h" 20#include "config.h"
21 21
22#include "next-posix.h" 22#include "next-posix.h"
23#include "news4-posix.h"
24 23
25#include <sys/types.h> 24#include <sys/types.h>
26#include <sys/socket.h> 25#include <sys/socket.h>