summaryrefslogtreecommitdiff
path: root/fstests/fstests.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-09-21 18:03:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-09-21 18:03:41 +0000
commitbbdb56c4a4e1249b81c51fd3a9319ff0b0fc4fa3 (patch)
tree64656f144ec01567e1ffe38e6cacd8c4381127e2 /fstests/fstests.c
parentec4285690f82ff1c1be8bf500d42c99d75aedc83 (diff)
Formerly fstests.c.~2~
Diffstat (limited to 'fstests/fstests.c')
-rw-r--r--fstests/fstests.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c
index 61b4298a..eda5f94c 100644
--- a/fstests/fstests.c
+++ b/fstests/fstests.c
@@ -19,12 +19,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Written by Michael I. Bushnell. */
+#include <mach.h>
+#include <stdio.h>
+#include <hurd/hurd_types.h>
+#include <hurd/fs.h>
+#include <hurd/io.h>
+
+void
main ()
{
file_t root, passwd;
retry_type retry;
char buf[1024], *bp;
+ int buflen;
char pathbuf[1024];
+ extern file_t *_hurd_init_dtable;
stdout = mach_open_devstream (_hurd_init_dtable[1], "w");