diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
commit | 5145728f45d1a83ebe229ee38c4f2534a43c385f (patch) | |
tree | 48dfa16e2e256f1627e60d1f1d19dfcc9e6e46d2 /utils/vminfo.c | |
parent | 41476b24b860bc333ed99c3eb2b575193b111aa7 (diff) |
*** empty log message ***
Diffstat (limited to 'utils/vminfo.c')
-rw-r--r-- | utils/vminfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/vminfo.c b/utils/vminfo.c index e570589a..7d56378a 100644 --- a/utils/vminfo.c +++ b/utils/vminfo.c @@ -25,13 +25,14 @@ #include <string.h> #include <unistd.h> #include <stdlib.h> +#include <version.h> #include <mach.h> #include <mach/vm_statistics.h> #include <mach/default_pager.h> #include <hurd.h> -char *argp_program_version = "vminfo 1.0 (GNU " HURD_RELEASE ")"; +char *argp_program_version = STANDARD_HURD_VERSION (vminfo); static const struct argp_option options[] = { {"verbose", 'v', 0, 0, "Give more detailed information"}, |