Ticket #5363: patch-autossh.c

File patch-autossh.c, 351 bytes (added by darren.bane@…, 19 years ago)

Patch for net/autossh/autossh.c

Line 
1--- ../autossh-1.3.orig/autossh.c       2005-10-13 10:18:56.000000000 +0100
2+++ autossh.c   2005-10-13 10:13:19.000000000 +0100
3@@ -25,9 +25,6 @@
4 
5 #include <sys/types.h>
6 #include <sys/time.h>
7-#if defined(__APPLE__) && !defined(_BSD_SOCKLEN_T)
8-typedef int32_t socklen_t;
9-#endif
10 #include <sys/socket.h>
11 #include <sys/utsname.h>
12 #include <netinet/in.h>