commit | a1ac18c4d5b4f8f4f279efb2ae12b46258f22282 | [log] [tgz] |
---|---|---|
author | paul <paul> | Tue Jun 28 17:17:12 2005 +0000 |
committer | paul <paul> | Tue Jun 28 17:17:12 2005 +0000 |
tree | e37732ef4b00ae98d1be693e721b01cc2566ba39 | |
parent | 94f2b3923e9663d0355a829f22e4e31cf68ee7b8 [diff] [blame] |
2005-06-28 Paul Jakma <paul.jakma@sun.com> * (global) Extern and static'ification, with related fixups of declarations, ensuring files include their own headers, etc. if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in list loop
diff --git a/zebra/ioctl.c b/zebra/ioctl.c index 56de810..4137acf 100644 --- a/zebra/ioctl.c +++ b/zebra/ioctl.c
@@ -75,7 +75,7 @@ } #ifdef HAVE_IPV6 -int +static int if_ioctl_ipv6 (u_long request, caddr_t buffer) { int sock;