From owner-freebsd-commit Thu Nov 16 03:48:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08886 for freebsd-commit-outgoing; Thu, 16 Nov 1995 03:48:41 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08867 for cvs-all-outgoing; Thu, 16 Nov 1995 03:48:35 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08856 for cvs-sys-outgoing; Thu, 16 Nov 1995 03:48:31 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08836 ; Thu, 16 Nov 1995 03:48:15 -0800 Date: Thu, 16 Nov 1995 03:48:15 -0800 From: Bruce Evans Message-Id: <199511161148.DAA08836@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c msdosfsmount.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 03:48:13 Modified: sys/msdosfs msdosfs_vfsops.c msdosfsmount.h Log: Moved declarations for static functions to the correct place (not in a header) and cleaned them up.