]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
nwfilter: remove redundant sys/utsname.h include
authorDion Bosschieter <dionbosschieter@gmail.com>
Thu, 12 Feb 2026 12:17:49 +0000 (12:17 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 12 Feb 2026 12:49:13 +0000 (12:49 +0000)
There are no calls to uname() in the ebiptables driver code.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dion Bosschieter <dionbosschieter@gmail.com>
[DB: split from larger patch]
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/nwfilter/nwfilter_ebiptables_driver.c

index c7f6141cd970620c82bf93d3ff2fe8190a66ea38..37ec24390a5df53a782e88242f71e53d29b54a34 100644 (file)
@@ -25,7 +25,6 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <sys/utsname.h>
 
 #include "internal.h"