]> git.pld-linux.org Git - packages/lms.git/blobdiff - lms-pinger.patch
- Calendar fix (Michal Kowalczuk)
[packages/lms.git] / lms-pinger.patch
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b6e9ee08873cb49eaa95ee4ebe54f53ff55e1293 100644 (file)
@@ -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.150658 seconds and 4 git commands to generate.