From e787787ab06b9739e04c04320fd6749d10ca8d64 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 13 May 2002 17:39:37 +0000 Subject: libnetfs/ 2002-05-13 Marcus Brinkmann * io-version.c: New file. * Makefile (IOSRCS): Add io-version.c. * fsstubs.c (netfs_S_io_server_version): Function removed. * netfs.h (netfs_server_name, netfs_server_version): New external variables to be defined by the user. ftpfs/ 2002-05-13 Marcus Brinkmann * ftpfs.c (netfs_server_name, netfs_server_version): New variables. hostmux/ 2002-05-13 Marcus Brinkmann * hostmux.c (netfs_server_name, netfs_server_version): New variables. nfs/ 2002-05-13 Marcus Brinkmann * main.c: Include . (netfs_server_name, netfs_server_version, argp_program_version): New variables. trans/ 2002-05-13 Marcus Brinkmann * fakeroot.c (netfs_server_name, netfs_server_version): New variables. usermux/ 2002-05-13 Marcus Brinkmann * usermux.c (netfs_server_name, netfs_server_version): New variables. --- hostmux/hostmux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hostmux/hostmux.c') diff --git a/hostmux/hostmux.c b/hostmux/hostmux.c index fd5bc748..b0a72693 100644 --- a/hostmux/hostmux.c +++ b/hostmux/hostmux.c @@ -1,6 +1,6 @@ /* Multiplexing filesystems by host - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2002 Free Software Foundation, Inc. Written by Miles Bader This file is part of the GNU Hurd. @@ -30,6 +30,8 @@ const char *argp_program_version = STANDARD_HURD_VERSION (hostmux); +char *netfs_server_name = "hostmux"; +char *netfs_server_version = HURD_VERSION; int netfs_maxsymlinks = 25; volatile struct mapped_time_value *hostmux_mapped_time; -- cgit v1.2.3