diff options
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r-- | libnetfs/fsstubs.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index 415c62a5..caca504e 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -1,4 +1,4 @@ -/* Unimplemented rpcs from <hurd/fs.defs> +>/* Unimplemented rpcs from <hurd/fs.defs> Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. @@ -50,13 +50,3 @@ netfs_S_ifsock_getsockaddr (struct protid *user, { return EOPNOTSUPP; } - -error_t -netfs_S_io_server_version (struct protid *user, - char *name, - int *major, - int *minor, - int *edit) -{ - return EOPNOTSUPP; -} |