]> git.pld-linux.org Git - packages/lms.git/commitdiff
fixed conditional include
authorTomek Orzechowski <orzech@pld-linux.org>
Thu, 25 Nov 2004 17:26:11 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lms-pinger.patch -> 1.3

lms-pinger.patch [new file with mode: 0644]

diff --git a/lms-pinger.patch b/lms-pinger.patch
new file mode 100644 (file)
index 0000000..b6e9ee0
--- /dev/null
@@ -0,0 +1,11 @@
+--- lms/daemon/modules/pinger/pinger.h.orig    2004-11-25 18:22:13.361727330 +0100
++++ lms/daemon/modules/pinger/pinger.h 2004-11-25 18:23:05.253060772 +0100
+@@ -4,7 +4,7 @@
+ #include <arpa/inet.h>
+ #include <linux/if_arp.h>
+ #include <features.h>    /* for the glibc version number */
+-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ > 3
++#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 3
+ #include <net/if.h>
+ #include <netpacket/packet.h>
+ #include <net/ethernet.h>     /* the L2 protocols */
This page took 0.02748 seconds and 4 git commands to generate.