diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
| commit | 1372519b1579b695b7c87b8fbbdc2c113e985474 (patch) | |
| tree | 940c5b6971ca7a1e0ccd4772f07ad6694c595c70 /lib/libncp | |
| parent | 10ddeb64d4e4480e69f2c3e9add26e65a90ec951 (diff) | |
Notes
Diffstat (limited to 'lib/libncp')
| -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 38df700c5fb5a..9371fddb55905 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. |
