summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 82060bb70..89333f4f3 100644
--- a/main.c
+++ b/main.c
@@ -37,6 +37,8 @@ const char *argp_program_version = STANDARD_HURD_VERSION (netio);
const char *argp_program_bug_address =
"Moritz Schulte <moritz@duesseldorf.ccc.de>";
const char *doc = "Hurd netio translator v" NETIO_VERSION;
+char *netfs_server_name = "netio";
+char *netfs_server_version = HURD_VERSION;
/* The underlying node. */
mach_port_t ul_node;