summaryrefslogtreecommitdiff
path: root/utils/storeread.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-13 17:34:23 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-13 17:34:23 +0000
commit105f667e7a15b63ea62842f3a0b540c0f71f02a6 (patch)
tree8fc086e964471571e59f251bd43b61619024c8fd /utils/storeread.c
parentaaba3eb39cc37d61ed3dac9f1c865b4ed2bf9997 (diff)
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* devprobe.c: Include <version.h>. (argp_program_version): New variable. * storecat.c: Include <version.h>. (argp_program_version): New variable. * storeread.c: Include <version.h>. (argp_program_version): New variable. * gcore.c: Include <version.h>. (argp_program_version): New variable.
Diffstat (limited to 'utils/storeread.c')
-rw-r--r--utils/storeread.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/storeread.c b/utils/storeread.c
index 5700971e..e672d984 100644
--- a/utils/storeread.c
+++ b/utils/storeread.c
@@ -1,6 +1,6 @@
/* Write portions of a store to stdout
- Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc.
+ Copyright (C) 1996,97,99,2001,02 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -26,6 +26,9 @@
#include <sys/mman.h>
#include <hurd/store.h>
+#include <version.h>
+
+const char *argp_program_version = STANDARD_HURD_VERSION (storeread);
struct argp_option options[] = {
{"file", 'f', 0, 0, "Use file IO instead of the raw device"},