From d403c9f1507bd2369b36d8aac63aea1ed3ffe04e Mon Sep 17 00:00:00 2001 From: Ricard Wanderlof Date: Tue, 28 Oct 2008 09:55:44 +0000 Subject: Remove all references to __no_netlink_support as after thurough scrutiny of the code it was never used in any useful way. --- libc/inet/netlinkaccess.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libc/inet/netlinkaccess.h') diff --git a/libc/inet/netlinkaccess.h b/libc/inet/netlinkaccess.h index e4e4a127b..5111d3802 100644 --- a/libc/inet/netlinkaccess.h +++ b/libc/inet/netlinkaccess.h @@ -57,16 +57,6 @@ struct netlink_handle #define __ASSUME_NETLINK_SUPPORT 1 #endif -#ifdef __UCLIBC_SUPPORT_AI_ADDRCONFIG__ -#if __ASSUME_NETLINK_SUPPORT == 0 -/* suspicious: This will simply not work.. */ -extern smallint __no_netlink_support attribute_hidden; -#else -# define __no_netlink_support 0 -#endif -#endif /* __UCLIBC_SUPPORT_AI_ADDRCONFIG__ */ - - extern int __netlink_open (struct netlink_handle *h) attribute_hidden; extern void __netlink_close (struct netlink_handle *h) attribute_hidden; extern void __netlink_free_handle (struct netlink_handle *h) attribute_hidden; -- cgit v1.2.3