mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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__
|
#ifdef __linux__
|
||||||
# include <linux/sockios.h>
|
# include <linux/sockios.h>
|
||||||
# include <linux/if_vlan.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
|
#endif
|
||||||
|
|
||||||
#define VIR_DAD_WAIT_TIMEOUT 20 /* seconds */
|
#define VIR_DAD_WAIT_TIMEOUT 20 /* seconds */
|
||||||
|
Loading…
Reference in New Issue
Block a user