Loading ares/bitncmp.h +4 −4 Original line number Diff line number Diff line #ifndef __ARES_BITNCMP_H #define __ARES_BITNCMP_H /* $Id$ */ /* Loading @@ -14,13 +17,10 @@ * without express or implied warranty. */ #ifndef BITNCMP_H #define BITNCMP_H #ifndef HAVE_BITNCMP int ares_bitncmp(const void *l, const void *r, int n); #else #define ares_bitncmp(x,y,z) bitncmp(x,y,z) #endif #endif /* BITNCMP_H */ #endif /* __ARES_BITNCMP_H */ Loading
ares/bitncmp.h +4 −4 Original line number Diff line number Diff line #ifndef __ARES_BITNCMP_H #define __ARES_BITNCMP_H /* $Id$ */ /* Loading @@ -14,13 +17,10 @@ * without express or implied warranty. */ #ifndef BITNCMP_H #define BITNCMP_H #ifndef HAVE_BITNCMP int ares_bitncmp(const void *l, const void *r, int n); #else #define ares_bitncmp(x,y,z) bitncmp(x,y,z) #endif #endif /* BITNCMP_H */ #endif /* __ARES_BITNCMP_H */