summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-20 04:19:53 +0000
committerMiles Bader <miles@gnu.org>1997-02-20 04:19:53 +0000
commit6bff4381ae50375438a925341a29a39cd460e9b1 (patch)
tree453995ce182f09d1c4ae2f6f00cf7198b4f99006 /utils/ps.c
parent281068143f937385574a5a5fe14292fabcd08081 (diff)
(argp_program_version): Make const.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ps.c b/utils/ps.c
index 4e479a23..b338791e 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -1,6 +1,6 @@
/* Show process information.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -34,7 +34,7 @@
#include "psout.h"
-char *argp_program_version = STANDARD_HURD_VERSION (ps);
+const char *argp_program_version = STANDARD_HURD_VERSION (ps);
#define OA OPTION_ARG_OPTIONAL