This netlink header is unused and causes build problems on old machines. Signed-off-by: Pete Wyckoff <pw at osc.edu> --- usr/iscsi/target.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/usr/iscsi/target.c b/usr/iscsi/target.c index 3e63485..2653839 100644 --- a/usr/iscsi/target.c +++ b/usr/iscsi/target.c @@ -26,7 +26,6 @@ #include <netdb.h> #include <sys/stat.h> #include <sys/un.h> -#include <linux/netlink.h> #include <netinet/in.h> #include <sys/socket.h> #include <netinet/in.h> -- 1.5.2.4 |