From 1a69c12f73b7df071d87ed26a4e89c26cb7b05eb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 21 Nov 1999 04:27:07 +0000 Subject: 1999-11-20 Roland McGrath * store.h (struct store_class): Add const to type of `name' member. --- libstore/store.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstore/store.h') 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 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. */ -- cgit v1.2.3