Index: ports/netcat/nacl.patch |
diff --git a/ports/netcat/nacl.patch b/ports/netcat/nacl.patch |
index 91dfb5205953eb6f189e0e78705e713486c63143..969356cbcf448372bdded4f8ad95a8cc428805c7 100644 |
--- a/ports/netcat/nacl.patch |
+++ b/ports/netcat/nacl.patch |
@@ -105,7 +105,7 @@ index 9a3e885..a460b4b 100644 |
int udphelper_sockets_open(int **sockbuf, in_port_t nport) |
{ |
-+#if defined(__native_client__) && !defined(__GLIBC__) |
++#if defined(__native_client__) && defined(_NEWLIB_VERSION) |
+ /* |
+ * TODO(bradnelson): figure out if nacl_io can support these calls. |
+ */ |