diff options
Diffstat (limited to 'sys/netipx/spx_debug.h')
-rw-r--r-- | sys/netipx/spx_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index e602bb9d..b60618c 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -72,8 +72,8 @@ extern char *prurequests[]; extern char *sanames[]; extern char *tcpstates[]; -void spx_trace __P((int act, int ostate, struct spxpcb *sp, struct spx *si, - int req)); +void spx_trace(int act, int ostate, struct spxpcb *sp, struct spx *si, + int req); #endif #endif /* !_NETIPX_SPX_DEBUG_H_ */ |