]> git.decadent.org.uk Git - nfs-utils.git/commit
libnfs.a: move clnt_ping() to utils/mount
authorChuck Lever <chuck.lever@oracle.com>
Sat, 28 Jul 2007 21:50:40 +0000 (17:50 -0400)
committerNeil Brown <neilb@suse.de>
Mon, 30 Jul 2007 06:12:53 +0000 (16:12 +1000)
commit56a4a153c8559efe6e090e99eaf190d530299de2
treeb1a71e6af79a8dfb9d8b7ee3a045c4f0e798a964
parentb6e4ddd10b3c67ef210e572dec956cb35ce96440
libnfs.a: move clnt_ping() to utils/mount

Continue clean up of mount functionality in libnfs.a by moving clnt_ping()
to utils/mount/network.c.  Note that socklen_t is an unsigned int... the
i386 gcc compiler threw a signedness warning about the 3rd argument of
getsockname().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
support/include/conn.h
support/nfs/conn.c
utils/mount/network.c
utils/mount/network.h
utils/mount/nfs4mount.c