mirror of git://anongit.mindrot.org/openssh.git
- (djm) [uuencode.c]
Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on some platforms
This commit is contained in:
parent
8b373baf13
commit
874bc48832
|
@ -116,6 +116,9 @@
|
||||||
Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles
|
Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles
|
||||||
on OpenBSD (or other platforms with a decent glob implementation) with
|
on OpenBSD (or other platforms with a decent glob implementation) with
|
||||||
-Werror
|
-Werror
|
||||||
|
- (djm) [uuencode.c]
|
||||||
|
Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
|
||||||
|
some platforms
|
||||||
|
|
||||||
20060713
|
20060713
|
||||||
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
||||||
|
@ -5034,4 +5037,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4431 2006/07/24 04:55:47 djm Exp $
|
$Id: ChangeLog,v 1.4432 2006/07/24 04:58:07 djm Exp $
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
|
#include <resolv.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "uuencode.h"
|
#include "uuencode.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue