diff options
Diffstat (limited to 'ftpfs/ftpfs.c')
-rw-r--r-- | ftpfs/ftpfs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftpfs/ftpfs.c b/ftpfs/ftpfs.c index 9ff8ef46..492df79e 100644 --- a/ftpfs/ftpfs.c +++ b/ftpfs/ftpfs.c @@ -32,6 +32,9 @@ #include "ftpfs.h" +char *netfs_server_name = "ftpfs"; +char *netfs_server_version = HURD_VERSION; + const char *argp_program_version = STANDARD_HURD_VERSION (ftpfs); static char *args_doc = "REMOTE_FS [SERVER]"; |