diff options
Diffstat (limited to 'hostmux')
-rw-r--r-- | hostmux/hostmux.c | 2 | ||||
-rw-r--r-- | hostmux/hostmux.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hostmux/hostmux.c b/hostmux/hostmux.c index 5296527b..46483075 100644 --- a/hostmux/hostmux.c +++ b/hostmux/hostmux.c @@ -34,7 +34,7 @@ char *netfs_server_name = "hostmux"; char *netfs_server_version = HURD_VERSION; int netfs_maxsymlinks = 25; -volatile struct mapped_time_value *hostmux_mapped_time; +volatile struct mapped_time_value *hostmux_maptime; #define DEFAULT_HOST_PAT "${host}" diff --git a/hostmux/hostmux.h b/hostmux/hostmux.h index 4f971473..d3ff0180 100644 --- a/hostmux/hostmux.h +++ b/hostmux/hostmux.h @@ -33,7 +33,7 @@ #endif /* Handy source of time. */ -volatile struct mapped_time_value *hostmux_maptime; +extern volatile struct mapped_time_value *hostmux_maptime; /* The state associated with a host multiplexer translator. */ struct hostmux |