mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
194 B
C
11 lines
194 B
C
--- config.h.in.orig 2017-05-14 16:27:23 UTC
|
|
+++ config.h.in
|
|
@@ -140,3 +140,8 @@
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
+
|
|
+/* FreeBSD >=8 */
|
|
+#ifndef ETIME
|
|
+#define ETIME ETIMEDOUT
|
|
+#endif
|