]> git.pld-linux.org Git - packages/boa.git/commitdiff
2ea0454167ffabe5941a9a551c65bcab SOURCES/boa-0.94.12pre1.tar.gz
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 22 Dec 2001 23:35:07 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa-PLD.patch -> 1.15

boa-PLD.patch

index 3585e279ddc476303ed20b65e3676fd23224a722..c905c554211af616aad6d227244e74e221a81431 100644 (file)
  #endif
  
  /***** Various stuff that you may want to tweak, but probably shouldn't *****/
---- ./src/ip.c.orig    Mon Jul 30 13:47:03 2001
-+++ ./src/ip.c Mon Jul 30 14:16:59 2001
+--- ./src/ip.c.org      Sat Dec 22 23:29:05 2001
++++ ./src/ip.c  Sat Dec 22 23:33:04 2001
 @@ -43,6 +43,7 @@
      */
+
  #include "boa.h"
 +#include "compat.h"
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
+ #include <arpa/inet.h>          /* inet_ntoa */
+
+ /* Binds to the existing server_s, based on the configuration string
 @@ -89,8 +90,6 @@
                      dest, len, NULL, 0, NI_NUMERICHOST)) {
          fprintf(stderr, "[IPv6] getnameinfo failed\n");
This page took 0.036407 seconds and 4 git commands to generate.