diff options
Diffstat (limited to 'libstore/zero.c')
-rw-r--r-- | libstore/zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/zero.c b/libstore/zero.c index b69753b3..b58bac6f 100644 --- a/libstore/zero.c +++ b/libstore/zero.c @@ -170,7 +170,7 @@ zero_map (const struct store *store, vm_prot_t prot, mach_port_t *memobj) return 0; } -struct store_class +const struct store_class store_zero_class = { STORAGE_ZERO, "zero", zero_read, zero_write, |