From owner-cvs-all Mon May 20 14:50:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99DF337B407; Mon, 20 May 2002 14:50:39 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4KLodI86002; Mon, 20 May 2002 14:50:39 -0700 (PDT) (envelope-from arr) Message-Id: <200205202150.g4KLodI86002@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Mon, 20 May 2002 14:50:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/20 14:50:39 PDT Modified files: sys/netinet ip_input.c Log: - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this line through the #endif is really a sanity check. Reviewed by: jake Revision Changes Path 1.198 +1 -1 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message