diff options
Diffstat (limited to 'support/nfs')
-rw-r--r-- | support/nfs/fstab.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |