diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-09 06:17:22 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-09 06:17:22 +0000 |
commit | 6a409b1356fd74bf18ea1ca4adb9277b3df47ebf (patch) | |
tree | 996d4867a7f07cf6611fccde34f8c735fcaf9574 /libnetfs/Makefile | |
parent | 15e6b7447ea4b44090f746b5ea5a487f76a91b43 (diff) |
1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>
* fsstubs.c (netfs_S_io_pathconf): Delete function.
* io-pathconf.c: New file.
* Makefile (IOSRCS): Add io-pathconf.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 28dde970..b11f1ecd 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -36,7 +36,7 @@ IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \ io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \ - io-duplicate.c iostubs.c io-identity.c io-revoke.c + io-duplicate.c iostubs.c io-identity.c io-revoke.c io-pathconf.c FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \ fsysstubs.c |