From d78bfcce8851e3f8546bb91661142ebeb13c3297 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 18 Sep 1995 18:22:36 +0000 Subject: (diskfs_S_io_pathconf): Renamed from file_pathconf.c:diskfs_S_file_pathconf. --- libdiskfs/io-pathconf.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c index c26f0d47..0b80b14e 100644 --- a/libdiskfs/io-pathconf.c +++ b/libdiskfs/io-pathconf.c @@ -1,4 +1,4 @@ -/* libdiskfs implementation of fs.defs: file_pathconf +/* libdiskfs implementation of io.defs: io_pathconf Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or @@ -16,17 +16,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include "fs_S.h" +#include "io_S.h" -/* Implement file_pathconf as described in . */ +/* Implement io_pathconf as described in . */ kern_return_t -diskfs_S_file_pathconf (struct protid *cred, - int name __attribute__ ((unused)), - int *value) - { +diskfs_S_io_pathconf (struct protid *cred, + int name __attribute__ ((unused)), int *value) +{ if (!cred) return EOPNOTSUPP; - *value = 0; /* XXX */ return 0; } -- cgit v1.2.3