Revert Interix <poll.h> patch as we're no longer using poll(2) on that
platform at all.
This commit is contained in:
parent
e02f35b7de
commit
30e11b32d0
2 changed files with 1 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.30 2004/04/28 03:43:02 tv Exp $
|
||||
$NetBSD: distinfo,v 1.31 2004/04/28 14:20:29 tv Exp $
|
||||
|
||||
SHA1 (glib-2.4.0.tar.bz2) = 17822e7180791f18c1723110e9e757dc5526440c
|
||||
Size (glib-2.4.0.tar.bz2) = 2034272 bytes
|
||||
|
@ -8,4 +8,3 @@ SHA1 (patch-ac) = 5f3d1446a41e71f1bf5556a1dd2a2a04e77d45da
|
|||
SHA1 (patch-ad) = c926d96bdc9ddf4f434fc57af0adbe11002cffc3
|
||||
SHA1 (patch-ae) = 09f16e8e14bdea3ee0e478d335f65cb66939e5f5
|
||||
SHA1 (patch-af) = c7f29961a832b65feef0e8f4cf218491a440f68c
|
||||
SHA1 (patch-ag) = 261e534ba2c17d5e35c0cd5cdec1631eb9f6545f
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
$NetBSD: patch-ag,v 1.3 2004/04/28 03:43:02 tv Exp $
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=141251
|
||||
|
||||
--- glib/gmain.c.orig Sun Mar 14 12:58:27 2004
|
||||
+++ glib/gmain.c
|
||||
@@ -57,6 +57,10 @@
|
||||
#endif
|
||||
|
||||
#endif /* GLIB_HAVE_SYS_POLL_H */
|
||||
+#ifdef __INTERIX
|
||||
+/* SUS standard location is NOT <sys/poll.h> */
|
||||
+#include <poll.h>
|
||||
+#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif /* HAVE_UNISTD_H */
|
Loading…
Reference in a new issue