From: Chuck Lever Date: Wed, 13 Oct 2010 15:56:58 +0000 (-0400) Subject: mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c X-Git-Tag: nfs-utils-1-2-4-rc1~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e9c97e4f7075e563d7a442ca8298ac56bafba0d5;hp=e9c97e4f7075e563d7a442ca8298ac56bafba0d5;p=nfs-utils.git 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 ---