]> granicus.if.org Git - sudo/commitdiff
No longer need to declare interfaces
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Mar 2013 18:25:09 +0000 (14:25 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Mar 2013 18:25:09 +0000 (14:25 -0400)
plugins/sudoers/regress/parser/check_addr.c

index 008edc7a27887ea7bd229f16ea2fd333dddd1ee8..af498d7488219b7db58384365d81dddbb857c176 100644 (file)
@@ -50,9 +50,6 @@
 
 __dso_public int main(int argc, char *argv[]);
 
-/* for match_addr.c */
-struct interface *interfaces;
-
 static int
 check_addr(char *input)
 {