diff options
author | Miles Bader <miles@gnu.org> | 1996-04-02 21:56:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-02 21:56:16 +0000 |
commit | 126a7300e70cecddc97ceefc56b0077ee5f098b4 (patch) | |
tree | 708611178f6e76e9c473fbfe6c87fba97c0383d9 /libstore/file.c | |
parent | 34951403fa913193c11e4f4ff51bdb2b86bf99e0 (diff) |
entered into RCS
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 d64f8a6a..8760f05c 100644 --- a/libstore/file.c +++ b/libstore/file.c @@ -125,7 +125,7 @@ store_file_create (file_t file, struct store **store) /* Like store_file_create, but doesn't query the file for information. */ error_t _store_file_create (file_t file, size_t block_size, - off_t *runs, unsigned runs_len, + const off_t *runs, size_t runs_len, struct store **store) { if (block_size == 1) |