]> andersk Git - openssh.git/commitdiff
- (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
authormouring <mouring>
Fri, 27 Apr 2001 00:34:44 +0000 (00:34 +0000)
committermouring <mouring>
Fri, 27 Apr 2001 00:34:44 +0000 (00:34 +0000)
   Vinschen <vinschen@redhat.com>

ChangeLog
openbsd-compat/inet_ntop.c

index f12897b2bc049199b3d706963444e04f013a5c3d..daec39a175926cfaaa29dbb6a9131ca4c61bfcce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
    patch based on 2.5.2 version by djm.
  - (bal) Build manpages and config files once unless changed.  Patch by
    Carson Gaspar <carson@taltos.org>
+ - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna 
+   Vinschen <vinschen@redhat.com>
 
 20010425
  - OpenBSD CVS Sync
index 1c23579612d94770661655b12060d1223fa1a184..bf3d97ade4e2d9b2606efcb787fe2f75c673c809 100644 (file)
@@ -34,7 +34,9 @@ static char rcsid[] = "$OpenBSD: inet_ntop.c,v 1.1 1997/03/13 19:07:32 downsj Ex
 #include "openbsd-compat/fake-socket.h"
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#ifndef HAVE_CYGWIN
 #include <arpa/nameser.h>
+#endif
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
This page took 0.058054 seconds and 5 git commands to generate.