From a8762b56b42b06a82db9d1f30fb7fe0cc9ae99c9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 18 Sep 1995 18:30:15 +0000 Subject: (trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf. --- libtrivfs/io-pathconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtrivfs') 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) { -- cgit v1.2.3