diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 21:21:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 21:21:45 +0000 |
commit | e15107cc7a5dd8acf241aa4822a582efbd599881 (patch) | |
tree | d6d3b2692b9274f14cce267630af00b35b9f3f3e /libdiskfs/Makefile | |
parent | fbdb58363aae50984d8670f4ef3f68ddc96b32e9 (diff) |
(IOSRCS): Add io-identity.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 6508571a..a55886e1 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -30,7 +30,7 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-rename.c \ IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.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-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 FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c \ |