diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
commit | 69160b1eb704d1931b536a65fcf50757ddbfc469 (patch) | |
tree | 797ad825cd6005b210c12cc519012e2266372988 /lib/libncp/ipx.c | |
parent | bf76ba7826cccd30f0d1dff0d5cfddfdab361679 (diff) |
Remove __P() usage.
Notes
Notes:
svn path=/head/; revision=92917
Diffstat (limited to 'lib/libncp/ipx.c')
-rw-r--r-- | lib/libncp/ipx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/ipx.c b/lib/libncp/ipx.c index 9f0a21e16212..38df700c5fb5 100644 --- a/lib/libncp/ipx.c +++ b/lib/libncp/ipx.c @@ -187,7 +187,7 @@ void ipx_assign_node(IPXNode *dest, IPXNode *src) { } -static void rt_xaddrs __P((caddr_t, caddr_t, struct rt_addrinfo *)); +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)); |