--- 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 #include #include /* for the glibc version number */ -#if __GLIBC__ >= 2 && __GLIBC_MINOR__ > 3 +#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 3 #include #include #include /* the L2 protocols */