From 3dcadd49ffe5039053014aabf7d504516036f6c2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 23 Sep 1996 16:56:59 +0000 Subject: (_make_store): Make CLASS arg const. --- libstore/make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore') diff --git a/libstore/make.c b/libstore/make.c index 6f5e557a..f1ab35de 100644 --- a/libstore/make.c +++ b/libstore/make.c @@ -27,7 +27,7 @@ /* Allocate a new store structure with meths METHS, and the various other fields initialized to the given parameters. */ struct store * -_make_store (struct store_class *class, +_make_store (const struct store_class *class, mach_port_t port, int flags, size_t block_size, const struct store_run *runs, size_t num_runs, off_t end) { -- cgit v1.2.3