[RFC 41/47] net/vdev_netvsc: replace use of sys/queue.h

Stephen Hemminger stephen at networkplumber.org
Tue Aug 19 01:27:52 CEST 2025


Replace use of system sys/queue.h with DPDK bsd_queue.h

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 drivers/net/vdev_netvsc/vdev_netvsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/vdev_netvsc/vdev_netvsc.c b/drivers/net/vdev_netvsc/vdev_netvsc.c
index f4a84783ce..e7a05b1aa8 100644
--- a/drivers/net/vdev_netvsc/vdev_netvsc.c
+++ b/drivers/net/vdev_netvsc/vdev_netvsc.c
@@ -19,7 +19,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/ioctl.h>
-#include <sys/queue.h>
+#include <bsd_queue.h>
 #include <sys/socket.h>
 #include <unistd.h>
 
-- 
2.47.2



More information about the dev mailing list