]> git.pld-linux.org Git - packages/lms.git/blob - lms-pinger.patch
- merged from HEAD
[packages/lms.git] / lms-pinger.patch
1 --- lms/daemon/modules/pinger/pinger.h.orig     2004-11-25 18:22:13.361727330 +0100
2 +++ lms/daemon/modules/pinger/pinger.h  2004-11-25 18:23:05.253060772 +0100
3 @@ -4,7 +4,7 @@
4  #include <arpa/inet.h>
5  #include <linux/if_arp.h>
6  #include <features.h>    /* for the glibc version number */
7 -#if __GLIBC__ >= 2 && __GLIBC_MINOR__ > 3
8 +#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 3
9  #include <net/if.h>
10  #include <netpacket/packet.h>
11  #include <net/ethernet.h>     /* the L2 protocols */
This page took 0.109794 seconds and 3 git commands to generate.