diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-05 09:23:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-05 09:23:31 +0000 |
commit | c1c8e972b5c2c35ce3677bcb3d2eefa4c42d7b83 (patch) | |
tree | f01ccd6a377d3dc87e7206049014dc377974198f /fstests | |
parent | 6eff55d325288c53536ddec93c29abcba7263f9e (diff) |
Formerly fstests.c.~4~
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/fstests.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c index 230715b9..9c90281c 100644 --- a/fstests/fstests.c +++ b/fstests/fstests.c @@ -39,7 +39,6 @@ main () stdout = mach_open_devstream (_hurd_init_dtable[1], "w"); root = _hurd_ports[INIT_PORT_CRDIR].port; - task_get_bootstrap_port (mach_task_self (), &root); dir_pathtrans (root, "README", FS_LOOKUP_READ, 0, &retry, pathbuf, &filetoprint); |