From owner-cvs-all@FreeBSD.ORG Fri Oct 10 13:15:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE2AA16A4B3; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E05C43FBD; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKFoXJ024311; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKFnMq024310; Fri, 10 Oct 2003 13:15:49 -0700 (PDT) (envelope-from nectar) Message-Id: <200310102015.h9AKFnMq024310@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 10 Oct 2003 13:15:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:15:50 -0000 nectar 2003/10/10 13:15:49 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) sys/fs/pseudofs pseudofs_vnops.c Log: Repair build. sys/limits.h -> machine/limits.h This should have been committed along with kern_subr.c 1.63.2.2. Noticed by: Chris Grijzen Revision Changes Path 1.32.2.2 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c