diff options
Diffstat (limited to 'misc/fstab.c')
-rw-r--r-- | misc/fstab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/fstab.c b/misc/fstab.c index 7f68cb1309..8b87a1f1f0 100644 --- a/misc/fstab.c +++ b/misc/fstab.c @@ -47,6 +47,7 @@ setfsent (void) } static struct fstab * +internal_function mnt2fs (struct mntent *m) { static struct fstab f; |