summaryrefslogtreecommitdiff
path: root/utils/w.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/w.c
parent41476b24b860bc333ed99c3eb2b575193b111aa7 (diff)
*** empty log message ***
Diffstat (limited to 'utils/w.c')
-rw-r--r--utils/w.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/w.c b/utils/w.c
index 73041637..bfeefcc5 100644
--- a/utils/w.c
+++ b/utils/w.c
@@ -29,6 +29,7 @@
#include <pwd.h>
#include <grp.h>
#include <netdb.h>
+#include <version.h>
#include <sys/fcntl.h>
@@ -48,7 +49,7 @@ extern char *canon_host (char *host);
extern char *shared_domain (char *host1, char *host2);
extern char *localhost ();
-char *argp_program_version = "w 1.0 (GNU " HURD_RELEASE ")";
+char *argp_program_version = STANDARD_HURD_VERSION (w);
#define OA OPTION_ARG_OPTIONAL