This is a discussion on [PATCH] Fix compile-time warning within the OpenSSH Development forums, part of the Networking and Network Related category; Hi, Here's a trivial patch to remove compile-time warning on LynxOS. Regards, Olli --- bsd-poll.c.orig Fri ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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" _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |