From owner-freebsd-commit Fri Oct 20 19:13:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28621 for freebsd-commit-outgoing; Fri, 20 Oct 1995 19:13:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28606 for cvs-all-outgoing; Fri, 20 Oct 1995 19:13:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28592 for cvs-sys-outgoing; Fri, 20 Oct 1995 19:12:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28575 ; Fri, 20 Oct 1995 19:12:25 -0700 Date: Fri, 20 Oct 1995 19:12:25 -0700 From: David Greenman Message-Id: <199510210212.TAA28575@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet raw_ip.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/20 19:12:23 Modified: sys/netinet raw_ip.c Log: Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointed out by David Maltz , but this fix is by me.