diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-09-13 17:15:51 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-27 20:47:18 +0400 |
commit | b69442d456fa6a00716c5a0684395b04f5794cd6 (patch) | |
tree | 149ba75d630f31ce4018e3b6673a23f286b08d5b /lib | |
parent | 83d1614952faf100a0a1bacaa0a1b3f70a013c9f (diff) |
configure: dismiss libutil.h
Recent versions of libc on Linux (Debian Testing) create lots of
compile warnings about direct usage of libutil.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 2dc84514..4afb20eb 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -237,10 +237,6 @@ typedef int socklen_t; #define UINT32_MAX (4294967295U) #endif -#ifdef HAVE_LIBUTIL_H -#include <libutil.h> -#endif /* HAVE_LIBUTIL_H */ - #ifdef HAVE_GLIBC_BACKTRACE #include <execinfo.h> #endif /* HAVE_GLIBC_BACKTRACE */ |