From 5cb8c15669c5ac51b5aa9e33671fef7dcc0916b5 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 7 Jan 2001 19:31:50 +0000 Subject: doc/ 2001-01-07 Marcus Brinkmann * hurd.texi (Diskfs Callbacks): Make diskfs_dirstat_size const. ext2fs/ 2001-01-07 Marcus Brinkmann * dir.c: Make diskfs_dirstat_size const. isofs/ 2001-01-07 Marcus Brinkmann * lookup.c: Make diskfs_dirstat_size const. ufs/ 2001-01-07 Marcus Brinkmann * dir.c: Make diskfs_dirstat_size const. libdiskfs/ 2001-01-07 Marcus Brinkmann * diskfs.h: Make diskfs_dirstat_size const. libdiskfs/ 2001-01-07 Marcus Brinkmann * file-statfs.c: Include . ftpfs/ 2001-01-07 Marcus Brinkmann * dir.c (ftpfs_dir_create): Fix last change (calloc invocation). 2001-01-07 Marcus Brinkmann * copy.c: Include . New macro page_aligned. (copy_write): Cast buf to vm_address_t in call to vm_write. Dereference amount for memcpy. (copy_read): Add len parameter to vm_read, remove redundant following len assignment. --- isofs/ChangeLog | 4 ++++ isofs/lookup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'isofs') diff --git a/isofs/ChangeLog b/isofs/ChangeLog index 35761f0f..728df807 100644 --- a/isofs/ChangeLog +++ b/isofs/ChangeLog @@ -1,3 +1,7 @@ +2001-01-07 Marcus Brinkmann + + * lookup.c: Make diskfs_dirstat_size const. + 2000-12-21 Marcus Brinkmann * rr.c (rrip_work): Use strdup instead malloc and strcpy. diff --git a/isofs/lookup.c b/isofs/lookup.c index e6ee692f..8a0777e4 100644 --- a/isofs/lookup.c +++ b/isofs/lookup.c @@ -410,7 +410,7 @@ diskfs_get_directs (struct node *dp, } /* We have no dirstats at all. */ -size_t diskfs_dirstat_size = 0; +const size_t diskfs_dirstat_size = 0; void diskfs_null_dirstat (struct dirstat *ds) -- cgit v1.2.3