From 6a409b1356fd74bf18ea1ca4adb9277b3df47ebf Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 9 Sep 1999 06:17:22 +0000 Subject: 1999-09-09 Thomas Bushnell, BSG * fsstubs.c (netfs_S_io_pathconf): Delete function. * io-pathconf.c: New file. * Makefile (IOSRCS): Add io-pathconf.c. --- libnetfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/Makefile') 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 -- cgit v1.2.3