From e2881f49cc545371650e022bf57db9fee6d9f8c9 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 09:22:15 +0000 Subject: Remove multi-line __P() usage. --- lib/libncp/ipx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libncp/ipx.c') diff --git a/lib/libncp/ipx.c b/lib/libncp/ipx.c index 38df700..9371fdd 100644 --- a/lib/libncp/ipx.c +++ b/lib/libncp/ipx.c @@ -188,8 +188,9 @@ void ipx_assign_node(IPXNode *dest, IPXNode *src) { static void rt_xaddrs(caddr_t, caddr_t, struct rt_addrinfo *); -static int if_ipxscan __P((int addrcount, struct sockaddr_dl *sdl, struct if_msghdr *ifm, - struct ifa_msghdr *ifam,struct ipx_addr *addr)); +static int if_ipxscan(int addrcount, struct sockaddr_dl *sdl, + struct if_msghdr *ifm, struct ifa_msghdr *ifam, + struct ipx_addr *addr); /* * Find an IPX interface. -- cgit v1.1