From: Chuck Lever Date: Sat, 28 Jul 2007 21:50:40 +0000 (-0400) Subject: libnfs.a: move clnt_ping() to utils/mount X-Git-Tag: nfs-utils-1-1-1~115 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=56a4a153c8559efe6e090e99eaf190d530299de2;hp=56a4a153c8559efe6e090e99eaf190d530299de2 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 Signed-off-by: Neil Brown ---