]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We don't use this var anymore.
authorRoy Marples <roy@marples.name>
Wed, 11 Jun 2008 08:43:08 +0000 (08:43 +0000)
committerRoy Marples <roy@marples.name>
Wed, 11 Jun 2008 08:43:08 +0000 (08:43 +0000)
lpf.c

diff --git a/lpf.c b/lpf.c
index 04d47b7679fc95b8dbd858aa95d7c07dafb4d25b..646ccbb9ade571784f3b5b303a76872a3b1eff45 100644 (file)
--- a/lpf.c
+++ b/lpf.c
@@ -75,7 +75,6 @@ open_socket(struct interface *iface, int protocol)
                struct sockaddr_storage ss;
        } su;
        struct sock_fprog pf;
-       int flags;
        int *fd;
 
        if ((s = socket(PF_PACKET, SOCK_DGRAM, htons(protocol))) == -1)