diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-14 13:31:55 +0200 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-14 13:31:55 +0200 |
commit | 2d844524ad9431ea1e53336dfcfebd3ee6520cb7 (patch) | |
tree | 1c688c317f879922991c6d6c548b7f8fcd8e0490 /zebra/kernel_socket.h | |
parent | * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed (diff) | |
download | frr-2d844524ad9431ea1e53336dfcfebd3ee6520cb7.tar.xz frr-2d844524ad9431ea1e53336dfcfebd3ee6520cb7.zip |
Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).
Diffstat (limited to 'zebra/kernel_socket.h')
-rw-r--r-- | zebra/kernel_socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h index c903786b4..8f8a20756 100644 --- a/zebra/kernel_socket.h +++ b/zebra/kernel_socket.h @@ -29,6 +29,5 @@ extern int ifm_read (struct if_msghdr *); extern int rtm_write (int, union sockunion *, union sockunion *, union sockunion *, unsigned int, int, int); extern struct message rtm_type_str[]; -extern int rtm_type_str_max; #endif /* __ZEBRA_KERNEL_SOCKET_H */ |