summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/getproto.patch
blob: c58847443afdc14235ae0967cf9db8a5d80d0aad (plain)
1
2
3
4
5
6
7
8
9
10
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;