summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-07-28 17:50:14 -0400
committerNeil Brown <neilb@suse.de>2007-07-30 16:12:53 +1000
commita3c8371b4f4cf9f0ff93ca040cac13dc4806ded9 (patch)
tree2dfa07c77e57acca300eb792ae2c5b3c390a7f5a /utils/mount/mount.c
parentf677d6b430927f5141c89874c649a7650a831550 (diff)
downloadnfs-utils-a3c8371b4f4cf9f0ff93ca040cac13dc4806ded9.tar.gz
nfs-utils-a3c8371b4f4cf9f0ff93ca040cac13dc4806ded9.tar.xz
nfs-utils-a3c8371b4f4cf9f0ff93ca040cac13dc4806ded9.zip
umount.nfs: eliminate a nearly empty header file.
Clean-up: move nfsumount() global declaration to nfs_mount.h, and remove nfsumount.h. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'utils/mount/mount.c')
-rw-r--r--utils/mount/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 64a2b75..d6d527c 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -39,7 +39,6 @@
#include "nfs_mount.h"
#include "nfs4_mount.h"
-#include "nfsumount.h"
#include "mount.h"
#include "error.h"
#include "network.h"