1 Update patch from 2fea21799223d41605556858a95b55e69e9960ca to openssh
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6 diff -Nura openssh-6.8p1.orig/openbsd-compat/bsd-poll.c openssh-6.8p1/openbsd-compat/bsd-poll.c
7 --- openssh-6.8p1.orig/openbsd-compat/bsd-poll.c 2015-03-18 07:11:46.184620677 -0300
8 +++ openssh-6.8p1/openbsd-compat/bsd-poll.c 2015-03-18 07:12:29.120094555 -0300
11 #if !defined(HAVE_POLL)
13 +#include <sys/param.h>
14 #include <sys/types.h>
16 #ifdef HAVE_SYS_SELECT_H
17 diff -Nura openssh-6.8p1.orig/sshd.c openssh-6.8p1/sshd.c
18 --- openssh-6.8p1.orig/sshd.c 2015-03-18 07:11:46.187620780 -0300
19 +++ openssh-6.8p1/sshd.c 2015-03-18 07:13:11.889562735 -0300
24 +#include <sys/param.h>
25 #include <sys/types.h>
26 #include <sys/ioctl.h>
27 #include <sys/socket.h>
28 diff -Nura openssh-6.8p1.orig/ssh-keyscan.c openssh-6.8p1/ssh-keyscan.c
29 --- openssh-6.8p1.orig/ssh-keyscan.c 2015-03-18 07:11:46.180620539 -0300
30 +++ openssh-6.8p1/ssh-keyscan.c 2015-03-18 07:13:32.092256248 -0300
35 +#include <sys/param.h>
36 #include <sys/types.h>
37 #include "openbsd-compat/sys-queue.h"
38 #include <sys/resource.h>
39 diff -Nura openssh-6.8p1.orig/ssh-pkcs11-helper.c openssh-6.8p1/ssh-pkcs11-helper.c
40 --- openssh-6.8p1.orig/ssh-pkcs11-helper.c 2015-03-18 07:11:46.182620608 -0300
41 +++ openssh-6.8p1/ssh-pkcs11-helper.c 2015-03-18 07:13:43.620651993 -0300
46 +#include <sys/param.h>
47 #include <sys/types.h>
48 #ifdef HAVE_SYS_TIME_H
49 # include <sys/time.h>