summaryrefslogtreecommitdiff
path: root/libstore/store.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-21 04:27:07 +0000
committerRoland McGrath <roland@gnu.org>1999-11-21 04:27:07 +0000
commit1a69c12f73b7df071d87ed26a4e89c26cb7b05eb (patch)
tree3059d2139fe0ec3ab8507911d90ff99e6de135c1 /libstore/store.h
parent1b37af7bea88b39507bbfd370050c9db45ac4c15 (diff)
1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
* store.h (struct store_class): Add const to type of `name' member.
Diffstat (limited to 'libstore/store.h')
-rw-r--r--libstore/store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstore/store.h b/libstore/store.h
index f0b20b9e..c57e7fcf 100644
--- a/libstore/store.h
+++ b/libstore/store.h
@@ -1,6 +1,6 @@
/* Store I/O
- Copyright (C) 1995, 96, 97, 98 Free Software Foundation, Inc.
+ Copyright (C) 1995, 96, 97, 98, 99 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -137,7 +137,7 @@ struct store_class
enum file_storage_class id;
/* Name of the class. */
- char *name;
+ const char *name;
/* Read up to AMOUNT bytes at the underlying address ADDR from the storage
into BUF and LEN. INDEX varies from 0 to the number of runs in STORE. */