From owner-cvs-src@FreeBSD.ORG Thu May 24 18:55:29 2007 Return-Path: <owner-cvs-src@FreeBSD.ORG> X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D4C916A46B; Thu, 24 May 2007 18:55:29 +0000 (UTC) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6566513C45B; Thu, 24 May 2007 18:55:29 +0000 (UTC) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4OItTDL056920; Thu, 24 May 2007 18:55:29 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4OItTpX056915; Thu, 24 May 2007 18:55:29 GMT (envelope-from dwhite) Message-Id: <200705241855.l4OItTpX056915@repoman.freebsd.org> From: Doug White <dwhite@FreeBSD.org> Date: Thu, 24 May 2007 18:55:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/procfs procfs_regs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src> List-Post: <mailto:cvs-src@freebsd.org> List-Help: <mailto:cvs-src-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 24 May 2007 18:55:29 -0000 dwhite 2007-05-24 18:55:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/procfs procfs_regs.c Log: Fix assertion accidentally changed to HEAD version. This was breaking the RELENG_6 build. Pointy hat to: des Revision Changes Path 1.31.2.2 +1 -1 src/sys/fs/procfs/procfs_regs.c