ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

openssh-sys_param.patch (217B)


      1 --- openssh-6.5p1.org/sshd.c
      2 +++ openssh-6.5p1/sshd.c
      3 @@ -44,6 +44,7 @@
      4  
      5  #include "includes.h"
      6  
      7 +#include <sys/param.h> /* MAXHOSTNAMELEN */
      8  #include <sys/types.h>
      9  #include <sys/ioctl.h>
     10  #include <sys/socket.h>