diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
commit | e2881f49cc545371650e022bf57db9fee6d9f8c9 (patch) | |
tree | 940c5b6971ca7a1e0ccd4772f07ad6694c595c70 /lib/libncp/ipx.c | |
parent | 700cd85b2e27d1f9b06fa6fea221100cc8d47e6f (diff) | |
download | FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.zip FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.tar.gz |
Remove multi-line __P() usage.
Diffstat (limited to 'lib/libncp/ipx.c')
-rw-r--r-- | lib/libncp/ipx.c | 5 |
1 files changed, 3 insertions, 2 deletions
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. |