From e9c97e4f7075e563d7a442ca8298ac56bafba0d5 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 13 Oct 2010 11:56:58 -0400 Subject: [PATCH] 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 Signed-off-by: Steve Dickson --- utils/mount/nfsumount.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2