[PATCH] Fix compile-time warning

Olli Savia ops at iki.fi
Thu Apr 3 17:34:35 EST 2008


Hi,

Here's a trivial patch to remove compile-time warning on LynxOS.

Regards,
Olli

--- bsd-poll.c.orig     Fri Feb 29 02:57:47 2008
+++ bsd-poll.c  Thu Apr  3 06:56:50 2008
@@ -23,6 +23,7 @@
  # include <sys/select.h>
  #endif

+#include <stdlib.h>
  #include <errno.h>
  #include "bsd-poll.h"


More information about the openssh-unix-dev mailing list