]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Eliminate compiler warning in utils/mount/nfsumount.c
authorChuck Lever <chuck.lever@oracle.com>
Wed, 13 Oct 2010 15:56:58 +0000 (11:56 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 14 Oct 2010 14:26:59 +0000 (10:26 -0400)
commite9c97e4f7075e563d7a442ca8298ac56bafba0d5
tree0f798f816d6d08a6c01d0e122b1f30208027b81d
parente2b6d9cbaf20df26dd371a715fce3ae158f37126
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>
utils/mount/nfsumount.c