aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/getproto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libc0.9.32/getproto.patch')
-rw-r--r--main/libc0.9.32/getproto.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libc0.9.32/getproto.patch b/main/libc0.9.32/getproto.patch
new file mode 100644
index 0000000000..c58847443a
--- /dev/null
+++ b/main/libc0.9.32/getproto.patch
@@ -0,0 +1,11 @@
+--- ./libc/inet/getproto.c.orig
++++ ./libc/inet/getproto.c
+@@ -28,7 +28,7 @@
+ __UCLIBC_MUTEX_STATIC(mylock, PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP);
+
+ #define MAXALIASES 35
+-#define BUFSZ (80) /* one line */
++#define BUFSZ (180) /* one line */
+ #define SBUFSIZE (BUFSZ + 1 + (sizeof(char *) * MAXALIASES))
+
+ static parser_t *protop = NULL;