summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_debug.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-11 10:38:34 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-11 10:38:34 +0000
commit972aaf598c3dd94b766cd860a8efda7dc734015b (patch)
tree8e5e97cc8785819d97ecc4c18c4d4651c9971f1b /sys/netipx/spx_debug.h
parent47d37a80be0931ad72e67db6ba915221afdfeb4f (diff)
downloadFreeBSD-src-972aaf598c3dd94b766cd860a8efda7dc734015b.zip
FreeBSD-src-972aaf598c3dd94b766cd860a8efda7dc734015b.tar.gz
Use ANSI C function declarations throughout netipx.
Remove 'register' use.
Diffstat (limited to 'sys/netipx/spx_debug.h')
-rw-r--r--sys/netipx/spx_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h
index f91a770..24a76f4 100644
--- a/sys/netipx/spx_debug.h
+++ b/sys/netipx/spx_debug.h
@@ -97,8 +97,8 @@ extern char *prurequests[];
extern char *sanames[];
extern char *tcpstates[];
-void spx_trace(int act, int ostate, struct spxpcb *sp, struct spx *si,
- int req);
+void spx_trace(short act, u_char ostate, struct spxpcb *sp, struct spx *si,
+ int req);
#endif
#endif /* !_NETIPX_SPX_DEBUG_H_ */
OpenPOWER on IntegriCloud