aboutsummaryrefslogtreecommitdiff
path: root/nfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/main.c')
-rw-r--r--nfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/main.c b/nfs/main.c
index 9ea6f0bc..3f4365c7 100644
--- a/nfs/main.c
+++ b/nfs/main.c
@@ -39,7 +39,7 @@ int main_udp_socket;
char *hostname;
volatile struct mapped_time_value *mapped_time;
-extern char *localhost ();
+extern char *localhost (void);
/* Default number of times to retry RPCs when mounted soft. */
#define DEFAULT_SOFT_RETRIES 3