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.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/sys/netinet/raw_ip.c 1993/03/21 09:45:37 1.1 +++ src/sys/netinet/raw_ip.c 1993/03/21 18:04:42 1.2 @@ -31,6 +31,14 @@ * SUCH DAMAGE. * * @(#)raw_ip.c 7.8 (Berkeley) 7/25/90 + * + * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE + * -------------------- ----- ---------------------- + * CURRENT PATCH LEVEL: 1 00020 + * -------------------- ----- ---------------------- + * + * 03 Nov 92 Julian Elischer Fixed memory leak that caused ping + * and traceroute to cause panic */ #include "param.h" @@ -189,10 +197,10 @@ rip_ctloutput(op, so, level, optname, m) } /*ARGSUSED*/ -rip_usrreq(so, req, m, nam, rights, control) +rip_usrreq(so, req, m, nam, control) register struct socket *so; int req; - struct mbuf *m, *nam, *rights, *control; + struct mbuf *m, *nam, *control; { register int error = 0; register struct raw_inpcb *rp = sotorawinpcb(so);