Make this build on 1.5.3 as well; need <sys/types.h> before
<sys/socket.h>.
This commit is contained in:
parent
63029a767b
commit
9168a7a575
2 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2002/11/12 11:17:15 skrll Exp $
|
||||
$NetBSD: distinfo,v 1.4 2003/01/15 21:02:06 he Exp $
|
||||
|
||||
SHA1 (wonka-src-0.9.4-release.tar.gz) = 4ddf85278f15ce88c534053c635ce632d94b5a73
|
||||
Size (wonka-src-0.9.4-release.tar.gz) = 6165841 bytes
|
||||
|
@ -18,3 +18,4 @@ SHA1 (patch-am) = 60ee234ab999e49804ac8cb5d7d2a79c32bd4937
|
|||
SHA1 (patch-an) = 879dfcde48bd272dbb2968f85c6691237116d0c2
|
||||
SHA1 (patch-ao) = b70f421279870f2895e75cd0cd4138057132ec50
|
||||
SHA1 (patch-ap) = 2a2138a91c1431b671953f7a16e1757c1a13a02c
|
||||
SHA1 (patch-aq) = 2d4b70bd5129d9cdcc65cb9c35c6453f1f936206
|
||||
|
|
10
lang/wonka/patches/patch-aq
Normal file
10
lang/wonka/patches/patch-aq
Normal file
|
@ -0,0 +1,10 @@
|
|||
$NetBSD: patch-aq,v 1.1 2003/01/15 21:02:07 he Exp $
|
||||
|
||||
--- network/native/hal/hostos/netbsd/include/network.h.orig Wed Jan 15 21:58:56 2003
|
||||
+++ network/native/hal/hostos/netbsd/include/network.h
|
||||
@@ -29,4 +29,5 @@
|
||||
*/
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
Loading…
Reference in a new issue