mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
$NetBSD: patch-am,v 1.2 2010/09/21 15:57:30 taca Exp $
|
|
|
|
* Define SHUT_RDWR for Irix 5.
|
|
|
|
--- include/my_net.h.orig 2010-02-04 11:37:06.000000000 +0000
|
|
+++ include/my_net.h
|
|
@@ -64,6 +64,15 @@ C_MODE_START
|
|
|
|
#endif
|
|
|
|
+#if defined(__sgi) && !defined(SHUT_RDWR)
|
|
+
|
|
+/*
|
|
+ IRIX 5 does not define SHUT_RDWR
|
|
+*/
|
|
+
|
|
+#define SHUT_RDWR 2
|
|
+#endif
|
|
+
|
|
/*
|
|
On OSes which don't have the in_addr_t, we guess that using uint32 is the best
|
|
possible choice. We guess this from the fact that on HP-UX64bit & FreeBSD64bit
|