From 88d6fa4d4abcae38b7ea2520fe4f00203d58d677 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Oct 1995 15:33:36 +0000 Subject: Second batch of cleanup changes. This time mostly making a lot of things static and some unused variables here and there. --- sys/fs/msdosfs/msdosfs_fat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs/msdosfs/msdosfs_fat.c') diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c index b43f959..10f397a 100644 --- a/sys/fs/msdosfs/msdosfs_fat.c +++ b/sys/fs/msdosfs/msdosfs_fat.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_fat.c,v 1.6 1995/04/11 16:43:20 bde Exp $ */ +/* $Id: msdosfs_fat.c,v 1.7 1995/05/30 08:07:40 rgrimes Exp $ */ /* $NetBSD: msdosfs_fat.c,v 1.12 1994/08/21 18:44:04 ws Exp $ */ /*- @@ -300,7 +300,7 @@ void fc_purge(dep, frcn) * bp - addr of modified fat block * fatbn - block number relative to begin of filesystem of the modified fat block. */ -void +static void updatefats(pmp, bp, fatbn) struct msdosfsmount *pmp; struct buf *bp; -- cgit v1.1