aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/fsstubs.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-09 06:17:22 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-09 06:17:22 +0000
commit6a409b1356fd74bf18ea1ca4adb9277b3df47ebf (patch)
tree996d4867a7f07cf6611fccde34f8c735fcaf9574 /libnetfs/fsstubs.c
parent15e6b7447ea4b44090f746b5ea5a487f76a91b43 (diff)
downloadhurd-6a409b1356fd74bf18ea1ca4adb9277b3df47ebf.tar.gz
hurd-6a409b1356fd74bf18ea1ca4adb9277b3df47ebf.tar.bz2
hurd-6a409b1356fd74bf18ea1ca4adb9277b3df47ebf.zip
1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>
* fsstubs.c (netfs_S_io_pathconf): Delete function. * io-pathconf.c: New file. * Makefile (IOSRCS): Add io-pathconf.c.
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r--libnetfs/fsstubs.c10
1 files changed, 1 insertions, 9 deletions
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 <hurd/fs.defs>
- 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.
@@ -52,14 +52,6 @@ netfs_S_ifsock_getsockaddr (struct protid *user,
}
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,
int *major,