mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
11 lines
291 B
C
11 lines
291 B
C
--- starttls.c.orig Fri Feb 13 23:30:28 2004
|
|
+++ starttls.c Fri Feb 13 23:30:37 2004
|
|
@@ -229,7 +229,7 @@
|
|
#else
|
|
fd_set readfds, writefds;
|
|
#endif
|
|
- char buffer[BUFSIZ], *retry;
|
|
+ char buffer[BUFSIZ*8], *retry;
|
|
struct sigaction act;
|
|
|
|
int this_option_optind = optind ? optind : 1;
|