From: Chuck Lever Date: Sat, 28 Jul 2007 21:50:45 +0000 (-0400) Subject: libnfs.a: move get_socket() function to utils/mount/network.c X-Git-Tag: nfs-utils-1-1-1~114 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=12e990f4b07172c693203ffd1e12d0518cacb9e6;hp=12e990f4b07172c693203ffd1e12d0518cacb9e6 libnfs.a: move get_socket() function to utils/mount/network.c Now we can address the real problem: that get_socket() depends on the global variable "verbose" which is only available in the mount command. Move get_socket() into utils/mount/network.c, and make it static. Signed-off-by: Chuck Lever Signed-off-by: Neil Brown ---