]> andersk Git - openssh.git/commitdiff
- (djm) [uuencode.c]
authordjm <djm>
Mon, 24 Jul 2006 04:58:07 +0000 (04:58 +0000)
committerdjm <djm>
Mon, 24 Jul 2006 04:58:07 +0000 (04:58 +0000)
   Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
   some platforms

ChangeLog
uuencode.c

index 6b618471d38f5ef5aaa515f777da5ac633023737..cad6d2f6d81913a1d390da89b2ae0eaff3e99370 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    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
    -Werror
+ - (djm) [uuencode.c]
+   Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
+   some platforms
 
 20060713
  - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
index b8dcaeae64bb626d900dbf34601f295934060f9f..3128309cc96425e1e8fc90a92cbcacbbf6c8e58e 100644 (file)
@@ -29,6 +29,8 @@
 
 #include <netinet/in.h>
 
+#include <resolv.h>
+
 #include "xmalloc.h"
 #include "uuencode.h"
 
This page took 0.679983 seconds and 5 git commands to generate.