diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
commit | a65aabc3dfb6ddcd91e470a98b49fa376f59a838 (patch) | |
tree | 890b23a14c94269559d49e3379a1a89cec99e5e6 /utils/w.c | |
parent | 1ce6c861243504134bec5619a31aa3b852887d81 (diff) |
(argp_program_version): New variable.
Diffstat (limited to 'utils/w.c')
-rw-r--r-- | utils/w.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ 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 ")"; /* Long options without corresponding short ones. -1 is EOF. */ #define OPT_SORT -4 |