patch-channels_c 296 B

12345678910
  1. --- openssh-6.2p1.orig/channels.c 2012-12-02 23:50:55.000000000 +0100
  2. +++ openssh-6.2p1/channels.c 2013-08-20 18:00:56.929029538 +0200
  3. @@ -42,6 +42,7 @@
  4. #include "includes.h"
  5. #include <sys/types.h>
  6. +#include <sys/param.h>
  7. #include <sys/ioctl.h>
  8. #include <sys/un.h>
  9. #include <sys/socket.h>