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/fsstubs.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libnetfs/fsstubs.c') diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index d64cbc93..415c62a5 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -1,6 +1,6 @@ /* Unimplemented rpcs from - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -51,14 +51,6 @@ netfs_S_ifsock_getsockaddr (struct protid *user, return EOPNOTSUPP; } -error_t -netfs_S_io_pathconf (struct protid *user, - int name, - int *value) -{ - return EOPNOTSUPP; -} - error_t netfs_S_io_server_version (struct protid *user, char *name, -- cgit v1.2.3