]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - genl/genl.c
Merge branch 'main' into next
[mirror_iproute2.git] / genl / genl.c
index 253c4450a3b917b0dd103e5d57b679d0db8628ac..aba3c13afd3496a8c583c7888c370a7b3072e1b2 100644 (file)
@@ -34,8 +34,7 @@ static void *BODY;
 static struct genl_util *genl_list;
 
 
-static int print_nofopt(const struct sockaddr_nl *who, struct nlmsghdr *n,
-                       void *arg)
+static int print_nofopt(struct nlmsghdr *n, void *arg)
 {
        fprintf((FILE *) arg, "unknown genl type ..\n");
        return 0;