- (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
This commit is contained in:
parent
767e4134f1
commit
deecec98c7
|
@ -59,6 +59,7 @@
|
|||
openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
|
||||
openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
|
||||
- (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
|
||||
- (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
|
||||
|
||||
20060711
|
||||
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
||||
|
@ -4908,4 +4909,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4403 2006/07/12 12:43:28 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4404 2006/07/12 12:44:34 dtucker Exp $
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include "openbsd-compat/sys-queue.h"
|
||||
#include <sys/resource.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <openssl/bn.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
# include <sys/un.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in New Issue