diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-06 23:16:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-06 23:16:45 +0000 |
commit | 4daaa151c5abbfbc7c264e2a07ea07ff195061d8 (patch) | |
tree | 8781256ae9edb9d83b3020ef047f885d1988250f | |
parent | 53dafa79f23ffa12288f21b2b72f8b2be6a2f2d4 (diff) |
Formerly fsys.defs.~33~
-rw-r--r-- | hurd/fsys.defs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index e0099f9d..66d1f42a 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem control interface - Copyright (C) 1992, 1993 Free Software Foundation + Copyright (C) 1992, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -66,8 +66,6 @@ routine fsys_getpriv ( out host_priv: mach_port_t; out device_master: mach_port_t); -/* The filesystem must do a proc_reassign with the specified procserver - port to identify itself before otherwise using the port. */ routine fsys_init ( fsys: fsys_t; proc_server: mach_port_move_send_t; |