From fa3791e1a7df72dae386c39862c6dad9fb7a5304 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 7 Nov 2007 10:53:41 +0000 Subject: Cleanup of userland __P use --- usr.sbin/rtsold/rtsock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rtsold/rtsock.c') diff --git a/usr.sbin/rtsold/rtsock.c b/usr.sbin/rtsold/rtsock.c index 09d6774..0de6e85 100644 --- a/usr.sbin/rtsold/rtsock.c +++ b/usr.sbin/rtsold/rtsock.c @@ -64,13 +64,13 @@ : sizeof(u_long))) #ifdef RTM_IFANNOUNCE /*NetBSD 1.5 or later*/ -static int rtsock_input_ifannounce __P((int, struct rt_msghdr *, char *)); +static int rtsock_input_ifannounce(int, struct rt_msghdr *, char *); #endif static struct { u_char type; size_t minlen; - int (*func) __P((int, struct rt_msghdr *, char *)); + int (*func)(int, struct rt_msghdr *, char *); } rtsock_dispatch[] = { #ifdef RTM_IFANNOUNCE /*NetBSD 1.5 or later*/ { RTM_IFANNOUNCE, sizeof(struct if_announcemsghdr), -- cgit v1.1