mirror of git://anongit.mindrot.org/openssh.git
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
time warnings on LynxOS. Patch from ops AT iki.fi
This commit is contained in:
parent
79a1bc918f
commit
55754fb002
|
@ -1,3 +1,7 @@
|
|||
20080403
|
||||
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
|
||||
time warnings on LynxOS. Patch from ops AT iki.fi
|
||||
|
||||
20080403
|
||||
- (djm) OpenBSD CVS sync:
|
||||
- markus@cvs.openbsd.org 2008/04/02 15:36:51
|
||||
|
@ -3851,4 +3855,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4903 2008/04/03 09:57:05 djm Exp $
|
||||
$Id: ChangeLog,v 1.4904 2008/04/04 05:16:35 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: bsd-poll.c,v 1.2 2008/02/29 02:57:47 dtucker Exp $ */
|
||||
/* $Id: bsd-poll.c,v 1.3 2008/04/04 05:16:36 djm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004, 2005, 2007 Darren Tucker (dtucker at zip com au).
|
||||
|
@ -23,6 +23,7 @@
|
|||
# include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include "bsd-poll.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue