diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:21:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:21:40 +0000 |
commit | 326809d56ff101bd30618c72ba7e0c5bb9f46648 (patch) | |
tree | 4274d3827dfac6116aeacf940977a12ecf368574 | |
parent | 98a1e66cbc6c35a6278e7781f50b176f219d6244 (diff) |
Formerly fsys-startup.c.~3~
-rw-r--r-- | libdiskfs/fsys-startup.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libdiskfs/fsys-startup.c b/libdiskfs/fsys-startup.c index d8f0847f..639ee103 100644 --- a/libdiskfs/fsys-startup.c +++ b/libdiskfs/fsys-startup.c @@ -24,12 +24,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Implement fsys_startup as described in <hurd/fsys.defs>. */ error_t -S_fsys_startup (mach_port_t port, - mach_port_t ctl, - mach_port_t *real, - mach_msg_type_name_t *realpoly, - mach_port_t *dotdot, - mach_msg_type_name_t *dotdotpoly) +diskfs_S_fsys_startup (mach_port_t port, + mach_port_t ctl, + mach_port_t *real, + mach_msg_type_name_t *realpoly, + mach_port_t *dotdot, + mach_msg_type_name_t *dotdotpoly) { struct port_info *pi = ports_check_port_type (port, PT_TRANSBOOT); error_t err; |