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@xxxxxxxxxx> --- utils/mount/nfsumount.c | 1 + 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" -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html