From 5145728f45d1a83ebe229ee38c4f2534a43c385f Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 5 Sep 1996 16:59:37 +0000 Subject: *** empty log message *** --- auth/auth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth/auth.c') diff --git a/auth/auth.c b/auth/auth.c index d77c484e..5fd2897c 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -29,12 +29,12 @@ #include #include #include +#include #include "auth_S.h" #include "auth_reply_U.h" -#define AUTH_VERSION "0.0" +char *argp_program_version = STANDARD_HURD_VERSION(auth); -char *argp_program_version = "auth " AUTH_VERSION " (GNU " HURD_RELEASE ")"; /* Auth handles are server ports with sets of ids. */ struct authhandle @@ -466,7 +466,7 @@ main (int argc, char **argv) /* Register ourselves with the proc server and then start signals. */ proc_getprivports (proc, &hostpriv, &masterdev); - proc_register_version (proc, hostpriv, "auth", HURD_RELEASE, AUTH_VERSION); + proc_register_version (proc, hostpriv, "auth", "", HURD_VERSION); mach_port_deallocate (mach_task_self (), masterdev); _hurd_port_set (&_hurd_ports[INIT_PORT_PROC], proc); _hurd_proc_init (argv); -- cgit v1.2.3