From owner-cvs-all@FreeBSD.ORG Fri Oct 7 02:18:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 7AFD116A41F; Fri, 7 Oct 2005 02:18:21 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3625A43D48; Fri, 7 Oct 2005 02:18:21 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j972ILGh012251; Fri, 7 Oct 2005 02:18:21 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j972IKec012250; Fri, 7 Oct 2005 02:18:20 GMT (envelope-from rodrigc) Message-Id: <200510070218.j972IKec012250@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 7 Oct 2005 02:18:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount extern.h mount.c mount_ufs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Oct 2005 02:18:21 -0000 rodrigc 2005-10-07 02:18:20 UTC FreeBSD src repository Modified files: sbin/mount extern.h mount.c mount_ufs.c Log: Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. Make prototype in extern.h match prototype in mount_ufs.c Revision Changes Path 1.5 +1 -1 src/sbin/mount/extern.h 1.70 +9 -21 src/sbin/mount/mount.c 1.27 +1 -3 src/sbin/mount/mount_ufs.c