summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_if.h')
-rw-r--r--sys/netipx/ipx_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h
index 1086735..48a4d08 100644
--- a/sys/netipx/ipx_if.h
+++ b/sys/netipx/ipx_if.h
@@ -91,7 +91,7 @@ struct ipxip_req {
extern struct ifqueue ipxintrq; /* IPX input packet queue */
extern struct ipx_ifaddr *ipx_ifaddr;
-struct ipx_ifaddr *ipx_iaonnetof __P((struct ipx_addr *dst));
+struct ipx_ifaddr *ipx_iaonnetof(struct ipx_addr *dst);
#endif
#endif /* !_NETIPX_IPX_IF_H_ */
OpenPOWER on IntegriCloud