mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
util: netdevip: remove unused VIR_NETDEV_FAMILY
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: cf0568b0af
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
a84e5a4979
commit
a64413e078
@ -43,11 +43,6 @@
|
||||
#ifdef __linux__
|
||||
# include <linux/sockios.h>
|
||||
# include <linux/if_vlan.h>
|
||||
# define VIR_NETDEV_FAMILY AF_UNIX
|
||||
#elif defined(HAVE_STRUCT_IFREQ) && defined(AF_LOCAL)
|
||||
# define VIR_NETDEV_FAMILY AF_LOCAL
|
||||
#else
|
||||
# undef HAVE_STRUCT_IFREQ
|
||||
#endif
|
||||
|
||||
#define VIR_DAD_WAIT_TIMEOUT 20 /* seconds */
|
||||
|
Loading…
Reference in New Issue
Block a user