diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 22:32:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 22:32:31 +0000 |
commit | aa56141c474fcb415cd5578db2e74d4663f7b2d2 (patch) | |
tree | 069816ab50068d15ef4b4cab21706e8d0637d61b /libdiskfs/fsys-getroot.c | |
parent | b0214384ab0611df9307df5180225f0afc95319e (diff) |
Formerly fsys-getroot.c.~10~
Diffstat (limited to 'libdiskfs/fsys-getroot.c')
-rw-r--r-- | libdiskfs/fsys-getroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c index 94c504ab..df13b466 100644 --- a/libdiskfs/fsys-getroot.c +++ b/libdiskfs/fsys-getroot.c @@ -110,7 +110,7 @@ diskfs_S_fsys_getroot (fsys_t controlport, if (pathbuf[0] == '/') { - *retry = FS_RETRY_NORMAL; + *retry = FS_RETRY_MAGICAL; *returned_port = MACH_PORT_NULL; *returned_port_poly = MACH_MSG_TYPE_COPY_SEND; strcpy (retryname, pathbuf); |