From owner-cvs-src@FreeBSD.ORG Tue Apr 6 02:15:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A907F16A4CE; Tue, 6 Apr 2004 02:15:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D2043D31; Tue, 6 Apr 2004 02:15:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i369EYGe083960; Tue, 6 Apr 2004 02:14:34 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i369EYpP083959; Tue, 6 Apr 2004 02:14:34 -0700 (PDT) (envelope-from bde) Message-Id: <200404060914.i369EYpP083959@repoman.freebsd.org> From: Bruce Evans Date: Tue, 6 Apr 2004 02:14:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 09:15:06 -0000 bde 2004/04/06 02:14:34 PDT FreeBSD src repository Modified files: sys/sys mount.h Log: Oops, fixed insertion sort error in the fix for an insertion sort error. While here, begin fixing dependencies of on normal namespace pollution (__BSD_VISIBLE) by not using u_int in the prototype for nmount(2), although it is used in the man page. While there, begin cleaning up another set of prototypes: - use u_int in the prototype for the kernel part of nmount(). - consistently don't use parameter names in prototypes in the "exported vnode operations" set of prototypes, although style(9) says to use names in the kernel. Revision Changes Path 1.158 +8 -9 src/sys/sys/mount.h