[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Cvs-cvs] Changes to ccvs/lib/sunos57-select.c
From: |
Derek Robert Price |
Subject: |
[Cvs-cvs] Changes to ccvs/lib/sunos57-select.c |
Date: |
Tue, 04 Oct 2005 10:43:03 -0400 |
Index: ccvs/lib/sunos57-select.c
diff -u ccvs/lib/sunos57-select.c:1.2 ccvs/lib/sunos57-select.c:1.3
--- ccvs/lib/sunos57-select.c:1.2 Thu Nov 4 08:30:56 2004
+++ ccvs/lib/sunos57-select.c Tue Oct 4 14:43:02 2005
@@ -34,15 +34,12 @@
/* The rpl_select function calls the real select. */
#undef select
+#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <errno.h>
-
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif /* HAVE_UNISTD_H */
+#include <unistd.h>
#include "minmax.h"
#include "xtime.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Cvs-cvs] Changes to ccvs/lib/sunos57-select.c,
Derek Robert Price <=