From f0e018fa18ac7726a67144c73e8ca0f33190b7dd Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 16 Mar 2007 13:51:12 +1100 Subject: Make mtab_head static It is only used in one place. --- support/nfs/fstab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/nfs/fstab.c') diff --git a/support/nfs/fstab.c b/support/nfs/fstab.c index 8dc7d66..23ea927 100644 --- a/support/nfs/fstab.c +++ b/support/nfs/fstab.c @@ -83,7 +83,7 @@ static int got_mtab = 0; static void read_mounttable(void); -struct mntentchn * +static struct mntentchn * mtab_head() { if (!got_mtab) read_mounttable(); -- cgit