patch-sshd_c 292 B

12345678910
  1. --- openssh-6.2p1.orig/sshd.c 2013-02-12 01:04:48.000000000 +0100
  2. +++ openssh-6.2p1/sshd.c 2013-08-20 17:40:31.488435414 +0200
  3. @@ -46,6 +46,7 @@
  4. #include <sys/types.h>
  5. #include <sys/ioctl.h>
  6. +#include <sys/param.h>
  7. #include <sys/socket.h>
  8. #ifdef HAVE_SYS_STAT_H
  9. # include <sys/stat.h>