From: Steve Dickson Date: Wed, 16 Jan 2008 16:53:41 +0000 (-0500) Subject: Address an inconsistency: the mount.nfs command uses the glibc routines X-Git-Tag: nfs-utils-1-1-2~23 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=abb00ff7cff3c6540978d9b463dee3d4fdda15f4;hp=abb00ff7cff3c6540978d9b463dee3d4fdda15f4;p=nfs-utils.git Address an inconsistency: the mount.nfs command uses the glibc routines to manipulate /etc/mtab (setmntent) but, everything else in nfs-utils uses a local private version (nfs_setmntent). The local version does some extra mangling of the mtab entries. We should check what util-linux does these days to be sure, but for now, let's make the mount.nfs command use the nfs_ variants of setmntent(). Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---