summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-sshd_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/patches/patch-sshd_c')
-rw-r--r--package/openssh/patches/patch-sshd_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-sshd_c b/package/openssh/patches/patch-sshd_c
new file mode 100644
index 000000000..a684f3e7b
--- /dev/null
+++ b/package/openssh/patches/patch-sshd_c
@@ -0,0 +1,10 @@
+--- openssh-6.2p1.orig/sshd.c 2013-02-12 01:04:48.000000000 +0100
++++ openssh-6.2p1/sshd.c 2013-08-20 17:40:31.488435414 +0200
+@@ -46,6 +46,7 @@
+
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
++#include <sys/param.h>
+ #include <sys/socket.h>
+ #ifdef HAVE_SYS_STAT_H
+ # include <sys/stat.h>