diff options
Diffstat (limited to 'support/nfs/fstab.c')
-rw-r--r-- | support/nfs/fstab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/nfs/fstab.c b/support/nfs/fstab.c index c900f3c..ba72a53 100644 --- a/support/nfs/fstab.c +++ b/support/nfs/fstab.c @@ -192,8 +192,8 @@ read_fstab() mfp = nfs_setmntent (fnam, "r"); if (mfp == NULL || mfp->mntent_fp == NULL) { int errsv = errno; - error(_("warning: can't open %s: %s"), - _PATH_FSTAB, strerror (errsv)); + nfs_error(_("warning: can't open %s: %s"), + _PATH_FSTAB, strerror (errsv)); return; } read_mntentchn(mfp, fnam, mc); |