diff options
author | Miles Bader <miles@gnu.org> | 1995-09-18 18:30:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-18 18:30:15 +0000 |
commit | a8762b56b42b06a82db9d1f30fb7fe0cc9ae99c9 (patch) | |
tree | 0f773b16f18e00526d4b4a373c959fe882bc582f /libtrivfs | |
parent | a26566ddce7ca2320d7b18599e16a9499c682e34 (diff) |
(trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/io-pathconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c index acd552e1..5c62c61f 100644 --- a/libtrivfs/io-pathconf.c +++ b/libtrivfs/io-pathconf.c @@ -16,10 +16,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include "fs_S.h" +#include "io_S.h" kern_return_t -trivfs_S_file_pathconf (struct trivfs_protid *cred, int name, int *val) +trivfs_S_io_pathconf (struct trivfs_protid *cred, int name, int *val) { if (cred) { |