summaryrefslogtreecommitdiff
path: root/utils/login.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-05 16:59:37 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-05 16:59:37 +0000
commit5145728f45d1a83ebe229ee38c4f2534a43c385f (patch)
tree48dfa16e2e256f1627e60d1f1d19dfcc9e6e46d2 /utils/login.c
parent41476b24b860bc333ed99c3eb2b575193b111aa7 (diff)
*** empty log message ***
Diffstat (limited to 'utils/login.c')
-rw-r--r--utils/login.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/login.c b/utils/login.c
index 4e0c7d12..53d27ed0 100644
--- a/utils/login.c
+++ b/utils/login.c
@@ -31,6 +31,7 @@
#include <netdb.h>
#include <time.h>
#include <assert.h>
+#include <version.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -50,7 +51,8 @@ exec_reauth (auth_t auth, int secure, int must_reauth,
mach_port_t *ports, unsigned num_ports,
mach_port_t *fds, unsigned num_fds);
-char *argp_program_version = "login 1.0 (GNU " HURD_RELEASE ")";
+char *argp_program_version = STANDARD_HURD_VERSION (login);
+
/* Defaults for various login parameters. */
char *default_args[] = {