diff options
Diffstat (limited to 'package/openssh/patches/patch-channels_c')
-rw-r--r-- | package/openssh/patches/patch-channels_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-channels_c b/package/openssh/patches/patch-channels_c new file mode 100644 index 000000000..11b870703 --- /dev/null +++ b/package/openssh/patches/patch-channels_c @@ -0,0 +1,10 @@ +--- openssh-6.2p1.orig/channels.c 2012-12-02 23:50:55.000000000 +0100 ++++ openssh-6.2p1/channels.c 2013-08-20 18:00:56.929029538 +0200 +@@ -42,6 +42,7 @@ + #include "includes.h" + + #include <sys/types.h> ++#include <sys/param.h> + #include <sys/ioctl.h> + #include <sys/un.h> + #include <sys/socket.h> |