You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
409 B
12 lines
409 B
Index: src/config.h |
|
--- src/config.h.orig 2005-10-12 05:30:05 +0200 |
|
+++ src/config.h 2005-10-12 08:33:55 +0200 |
|
@@ -13,7 +13,7 @@ |
|
#include <string.h> |
|
#include <pwd.h> |
|
#include <limits.h> |
|
-#if (defined(__svr4__) || defined(unixware)) /* slo-laris */ |
|
+#if defined(__svr4__) || defined(unixware) || (defined(__sun) && defined(__SVR4)) /* slo-laris */ |
|
#include <sys/filio.h> |
|
#endif |
|
#include <sys/types.h>
|
|
|