From owner-cvs-all Sun Oct 24 1:37:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66FB7150AF; Sun, 24 Oct 1999 01:37:22 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27693; Sun, 24 Oct 1999 01:37:22 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199910240837.BAA27693@freefall.freebsd.org> From: Brian Feldman Date: Sun, 24 Oct 1999 01:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/10/24 01:37:22 PDT Modified files: sys/kern kern_proc.c Log: Remove a KASSERT() that has fulfilled its purpose. Note that it did cause problems by tripping on shutdown (reboot(), not the socket operation :). Cause is still uncertain, but the panic isn't really necessary here. Revision Changes Path 1.57 +1 -2 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message