diff options
Diffstat (limited to 'sys/netiso/clnp_input.c')
-rw-r--r-- | sys/netiso/clnp_input.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netiso/clnp_input.c b/sys/netiso/clnp_input.c index a184970f06b..20ce571e4cd 100644 --- a/sys/netiso/clnp_input.c +++ b/sys/netiso/clnp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clnp_input.c,v 1.3 1996/04/21 22:29:13 deraadt Exp $ */ +/* $OpenBSD: clnp_input.c,v 1.4 2002/03/15 18:19:53 millert Exp $ */ /* $NetBSD: clnp_input.c,v 1.12 1996/04/13 01:34:26 cgd Exp $ */ /*- @@ -287,13 +287,7 @@ next: * will it be correctly aligned? */ void -#if __STDC__ clnp_input(struct mbuf *m, ...) -#else -clnp_input(m, va_alist) - struct mbuf *m; /* ptr to first mbuf of pkt */ - va_dcl -#endif { struct snpa_hdr *shp; /* subnetwork header */ register struct clnp_fixed *clnp; /* ptr to fixed part of |