summaryrefslogtreecommitdiff
path: root/trans/fifo.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 /trans/fifo.c
parent281068143f937385574a5a5fe14292fabcd08081 (diff)
(argp_program_version): Make const.
Diffstat (limited to 'trans/fifo.c')
-rw-r--r--trans/fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/fifo.c b/trans/fifo.c
index cc479643..6ef40e62 100644
--- a/trans/fifo.c
+++ b/trans/fifo.c
@@ -50,7 +50,7 @@ struct mutex active_fifo_lock;
/* Signal this when ACTIVE_FIFO may have changed. */
struct condition active_fifo_changed;
-char *argp_program_version = STANDARD_HURD_VERSION (null);
+const char *argp_program_version = STANDARD_HURD_VERSION (null);
static struct argp_option options[] =
{