From: Roy Marples Date: Wed, 11 Jun 2008 08:43:08 +0000 (+0000) Subject: We don't use this var anymore. X-Git-Tag: v4.0.2~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd586e4dc6bb3035ce5ef12d2f21c0776b7b1945;p=thirdparty%2Fdhcpcd.git We don't use this var anymore. --- diff --git a/lpf.c b/lpf.c index 04d47b76..646ccbb9 100644 --- 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)