The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openssh / 0002-fix-howmany-include.patch
1 Update patch from 2fea21799223d41605556858a95b55e69e9960ca to openssh
2 version 6.8p1
3
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
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
9 @@ -19,6 +19,7 @@
10  #include "includes.h"
11  #if !defined(HAVE_POLL)
12  
13 +#include <sys/param.h>
14  #include <sys/types.h>
15  #include <sys/time.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
20 @@ -44,6 +44,7 @@
21  
22  #include "includes.h"
23  
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
31 @@ -9,6 +9,7 @@
32  
33  #include "includes.h"
34   
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
42 @@ -17,6 +17,7 @@
43  
44  #include "includes.h"
45  
46 +#include <sys/param.h>
47  #include <sys/types.h>
48  #ifdef HAVE_SYS_TIME_H
49  # include <sys/time.h>