diff options
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r-- | sys/netipx/ipx_usrreq.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index 4f5e6622d1e..7163256faaa 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx_usrreq.c,v 1.10 2001/11/06 19:53:21 miod Exp $ */ +/* $OpenBSD: ipx_usrreq.c,v 1.11 2002/03/15 18:19:53 millert Exp $ */ /*- * @@ -81,13 +81,7 @@ int ipx_recvspace = IPXRCVQ; * This may also be called for raw listeners. */ void -#if __STDC__ ipx_input(struct mbuf *m, ...) -#else -ipx_input(m, va_alist) - struct mbuf *m; - va_decl -#endif { register struct ipxpcb *ipxp; register struct ipx *ipx = mtod(m, struct ipx *); @@ -172,13 +166,7 @@ ipx_drop(ipxp, errno) } int -#if __STDC__ ipx_output(struct mbuf *m0, ...) -#else -ipx_output(m0, va_alist) - struct mbuf *m0; - va_decl -#endif { register struct mbuf *m; register struct ipx *ipx; |