diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:11:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:11:18 +0000 |
commit | 0ff5875309e19dd5d58ebfb32b6a9ff925ba01ee (patch) | |
tree | f13082995f61c3d9e45b076e4b2beceb323941e5 /libtrivfs | |
parent | f2a7870bafa4a118c3b7e4f0f0bcfb5044476532 (diff) |
(IOSRCS): Add io-identity.c.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 4f909ba8..67769822 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -30,7 +30,7 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-modes-off.c io-modes-on.c io-modes-set.c io-owner-get.c \ io-owner-mod.c io-pathconf.c io-read.c io-readable.c \ io-reauthenticate.c io-restrict-auth.c io-seek.c io-select.c \ - io-stat.c io-stubs.c io-write.c io-version.c + io-stat.c io-stubs.c io-write.c io-version.c io-identity.c FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c |