summaryrefslogtreecommitdiff
path: root/utils/gcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gcore.c')
-rw-r--r--utils/gcore.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/gcore.c b/utils/gcore.c
index be9a4f2f..3d72492c 100644
--- a/utils/gcore.c
+++ b/utils/gcore.c
@@ -1,5 +1,5 @@
/* `gcore' program for GNU Hurd: write a core dump from a running process.
- Copyright (C) 1992,2001 Free Software Foundation, Inc.
+ Copyright (C) 1992,2001,2002 Free Software Foundation, Inc.
Written by Roland McGrath.
This file is part of the GNU Hurd.
@@ -26,6 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <fcntl.h>
#include <argp.h>
#include <error.h>
+#include <version.h>
+
+const char *argp_program_version = STANDARD_HURD_VERSION (gcore);
static const struct argp argp =
{