Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.77 retrieving revision 1.79 diff -u -p -r1.77 -r1.79 --- src/sys/netinet/raw_ip.c 2003/11/17 21:34:27 1.77 +++ src/sys/netinet/raw_ip.c 2004/04/26 01:31:57 1.79 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.77 2003/11/17 21:34:27 jonathan Exp $ */ +/* $NetBSD: raw_ip.c,v 1.79 2004/04/26 01:31:57 matt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,8 +61,9 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.77 2003/11/17 21:34:27 jonathan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.79 2004/04/26 01:31:57 matt Exp $"); +#include "opt_inet.h" #include "opt_ipsec.h" #include "opt_mrouting.h" @@ -132,13 +133,7 @@ rip_init() * mbuf chain. */ void -#if __STDC__ rip_input(struct mbuf *m, ...) -#else -rip_input(m, va_alist) - struct mbuf *m; - va_dcl -#endif { int proto; struct ip *ip = mtod(m, struct ip *); @@ -307,13 +302,7 @@ rip_ctlinput(cmd, sa, v) * Tack on options user may have setup with control call. */ int -#if __STDC__ rip_output(struct mbuf *m, ...) -#else -rip_output(m, va_alist) - struct mbuf *m; - va_dcl -#endif { struct inpcb *inp; struct ip *ip;