diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:42:56 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:42:56 +0000 |
commit | bd1306f7f3c4441bbb057b031f251e2f31317d79 (patch) | |
tree | b589e9ba67b8bf6cace1ead0de4295e3faaecf0d /libdiskfs/Makefile | |
parent | 6c70c6d345509bf6690b4443ba36974d2c6a147b (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io-map-segment.c: New file. Guts from io-map.c.
* io-map.c (diskfs_S_io_map): Just call diskfs_S_io_map_segment.
* diskfs.h (diskfs_get_filemap): New parameter `index'.
* rdwr-internal.c (_diskfs_rdwr_internal): Pass additional
parameter to diskfs_get_filemap.
* Makefile (IOSRCS): Add io-map-segment.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 612aaea2..a4637657 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -32,7 +32,8 @@ IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c io-revoke.c \ io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \ io-pathconf.c io-prenotify.c io-read.c io-readable.c io-identity.c \ io-reauthenticate.c io-rel-conch.c io-restrict-auth.c io-seek.c \ - io-select.c io-stat.c io-stubs.c io-write.c io-version.c io-sigio.c + io-select.c io-stat.c io-stubs.c io-write.c io-version.c io-sigio.c \ + io-map-segment.c FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c \ fsys-options.c fsys-syncfs.c fsys-forward.c IFSOCKSRCS=ifsock.c |