summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2010-10-13 11:56:58 -0400
committerSteve Dickson <steved@redhat.com>2010-10-14 10:26:59 -0400
commite9c97e4f7075e563d7a442ca8298ac56bafba0d5 (patch)
tree0f798f816d6d08a6c01d0e122b1f30208027b81d /utils
parente2b6d9cbaf20df26dd371a715fce3ae158f37126 (diff)
downloadnfs-utils-e9c97e4f7075e563d7a442ca8298ac56bafba0d5.tar.gz
nfs-utils-e9c97e4f7075e563d7a442ca8298ac56bafba0d5.tar.xz
nfs-utils-e9c97e4f7075e563d7a442ca8298ac56bafba0d5.zip
mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c
Clean up. nfsumount.c:265: warning: no previous prototype for nfsumount It's also a good idea if the compiler can ensure that the prototype in nfsmount.h matches the actual function defined in nfsumount.c. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/mount/nfsumount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c
index 1514340..78a2178 100644
--- a/utils/mount/nfsumount.c
+++ b/utils/mount/nfsumount.c
@@ -31,6 +31,7 @@
#include "nls.h"
#include "mount_constants.h"
+#include "nfs_mount.h"
#include "mount.h"
#include "error.h"
#include "network.h"