summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/mount.c')
-rw-r--r--utils/mount/mount.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 96b5697..30946bd 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -42,6 +42,7 @@
#include "nfsumount.h"
#include "mount.h"
#include "error.h"
+#include "network.h"
char *progname;
int nfs_mount_data_version;
@@ -350,12 +351,6 @@ static int chk_mountpoint(char *mount_point)
return 0;
}
-extern u_short getport(
- struct sockaddr_in *saddr,
- u_long prog,
- u_long vers,
- u_int prot);
-
static int probe_statd()
{
struct sockaddr_in addr;