]> git.pld-linux.org Git - packages/libpcap.git/commitdiff
- small fix.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 02:07:38 +0000 (02:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpcap-IFF_LOOPBACK.patch -> 1.2

libpcap-IFF_LOOPBACK.patch

index aa4ff64d2c663d2c194ca7bb0e9fa0ccf2ee1cf3..40e1b1f877cd0e230dc4a39cb350f999a341658e 100644 (file)
@@ -9,14 +9,3 @@
  #define ISLOOPBACK(p) ((p)->ifr_flags & IFF_LOOPBACK)
  #else
  #define ISLOOPBACK(p) ((p)->ifr_name[0] == 'l' && (p)->ifr_name[1] == 'o' && \
---- libpcap-0.4a6.orig/nametoaddr.c
-+++ libpcap-0.4a6/nametoaddr.c
-@@ -283,7 +283,7 @@
-       e = ep = (u_char *)malloc(6);
-       while (*s) {
--              if (*s == ':')
-+              if (*s == ':' || *s == '.')
-                       s += 1;
-               d = xdtoi(*s++);
-               if (isxdigit(*s)) {
This page took 0.045155 seconds and 4 git commands to generate.