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 retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/sys/netinet/raw_ip.c 1993/03/21 18:04:42 1.2 +++ src/sys/netinet/raw_ip.c 1993/05/18 18:20:12 1.3 @@ -30,19 +30,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * 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 + * from: @(#)raw_ip.c 7.8 (Berkeley) 7/25/90 + * $Id: raw_ip.c,v 1.3 1993/05/18 18:20:12 cgd Exp $ */ #include "param.h" #include "malloc.h" +#include "select.h" #include "mbuf.h" #include "socket.h" #include "protosw.h"