diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-01 22:35:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-01 22:35:37 +0000 |
commit | f144ed70c0ac7be53169e189a4a1ca2f2d7df576 (patch) | |
tree | 3d30711814b1a8841285e94ce13f1297fce8e829 /fstests/fstests.c | |
parent | 4db83a91c97a31391d9068ab3b2a1d7312861ddb (diff) |
Formerly fstests.c.~18~
Diffstat (limited to 'fstests/fstests.c')
-rw-r--r-- | fstests/fstests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c index 9f9f9083..aaa6f6d9 100644 --- a/fstests/fstests.c +++ b/fstests/fstests.c @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <fcntl.h> #include <errno.h> -mach_port_t _hurd_msgport = MACH_PORT_NULL; +/* mach_port_t _hurd_msgport = MACH_PORT_NULL; */ void main () @@ -42,7 +42,7 @@ main () int err; mach_port_t root; - root = _hurd_ports[INIT_PORT_CRDIR].port; + root = getcrdir (); printf ("fstests running...\n"); |