mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
util: netdevip: remove unused VIR_NETDEV_FAMILY
Signed-off-by: Ján Tomko <jtomko@redhat.com> Fixes: cf0568b0af4ef4f903da1b184fc9b232c6f29457 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…
x
Reference in New Issue
Block a user