summaryrefslogtreecommitdiff
path: root/usermux
diff options
context:
space:
mode:
Diffstat (limited to 'usermux')
-rw-r--r--usermux/ChangeLog5
-rw-r--r--usermux/usermux.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index 4e94e020..9fe094e2 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-13 Marcus Brinkmann <marcus@gnu.org>
+
+ * usermux.c (netfs_server_name, netfs_server_version): New
+ variables.
+
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* usermux.c (options): Include <version.h>. Add global variable
diff --git a/usermux/usermux.c b/usermux/usermux.c
index 5dafb8de..209a868b 100644
--- a/usermux/usermux.c
+++ b/usermux/usermux.c
@@ -1,6 +1,6 @@
/* Multiplexing filesystems by user
- Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 2000, 2002 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
This file is part of the GNU Hurd.
@@ -31,6 +31,8 @@
const char *argp_program_version = STANDARD_HURD_VERSION (usermux);
+char *netfs_server_name = "usermux";
+char *netfs_server_version = HURD_VERSION;
int netfs_maxsymlinks = 25;
volatile struct mapped_time_value *usermux_mapped_time;