diff options
Diffstat (limited to 'libstore/file.c')
-rw-r--r-- | libstore/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/file.c b/libstore/file.c index 8c62d85c..1e2feb40 100644 --- a/libstore/file.c +++ b/libstore/file.c @@ -189,7 +189,7 @@ file_map (const struct store *store, vm_prot_t prot, mach_port_t *memobj) return err; } -struct store_class +const struct store_class store_file_class = { STORAGE_HURD_FILE, "file", file_read, file_write, |