]> andersk Git - openssh.git/commitdiff
- (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
authordtucker <dtucker>
Fri, 22 Sep 2006 09:22:17 +0000 (09:22 +0000)
committerdtucker <dtucker>
Fri, 22 Sep 2006 09:22:17 +0000 (09:22 +0000)
   some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.

ChangeLog
canohost.c
packet.c

index 2ae21b45b371a47f355f0f109128b63601b064ae..f03853b36fdae920ca779f5cbd4b81e37aab16a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060922
+ - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
+   some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.
+
 20060921
  - (dtucker) OpenBSD CVS Sync
    - otto@cvs.openbsd.org 2006/09/19 05:52:23
index dd3972e8d20c7e40ca3b63204be78f7402b6f2bd..2345cc35c3154b35ab36e09325951305b6178f9c 100644 (file)
@@ -18,6 +18,7 @@
 #include <sys/socket.h>
 
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 #include <ctype.h>
 #include <errno.h>
index 6d58ebc0a66f86eef917a3ac5fe10891ea265028..ab5a01002aac6832cb197624457e33b2709e042b 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -50,6 +50,7 @@
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>
+#include <arpa/inet.h>
 
 #include <errno.h>
 #include <stdarg.h>
This page took 0.046905 seconds and 5 git commands to generate.