summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-20 04:31:50 +0000
committerMiles Bader <miles@gnu.org>1997-02-20 04:31:50 +0000
commit6e91a362d6e7c4a08f7193c7fb7ec28094f6fc82 (patch)
tree9aef01788bc74a521a05a2fa92c54724d1b47e34
parent7054ba0477fb37efc0783d5b057daa2b2aa23c8f (diff)
Replaced by file-reparent.c
-rw-r--r--libnetfs/dir-reparent.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/libnetfs/dir-reparent.c b/libnetfs/dir-reparent.c
deleted file mode 100644
index 41ba41d5..00000000
--- a/libnetfs/dir-reparent.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Reparent a directory
-
- Copyright (C) 1997 Free Software Foundation
-
- This file is part of the GNU Hurd.
-
- The GNU Hurd is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- The GNU Hurd is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with the GNU Hurd; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-#include "fs_S.h"
-
-error_t
-netfs_S_dir_reparent (struct protid *cred, mach_port_t parent,
- mach_port_t *new_dir, mach_msg_type_name_t *new_dir_type)
-{
- return EOPNOTSUPP;
-}