summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index f282d40..e633efb 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -162,8 +162,8 @@ struct ipx {
#include <sys/cdefs.h>
__BEGIN_DECLS
-struct ipx_addr ipx_addr __P((const char *));
-char *ipx_ntoa __P((struct ipx_addr));
+struct ipx_addr ipx_addr(const char *);
+char *ipx_ntoa(struct ipx_addr);
__END_DECLS
#endif /* !_NETIPX_IPX_H_ */
OpenPOWER on IntegriCloud