From bbdb56c4a4e1249b81c51fd3a9319ff0b0fc4fa3 Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Tue, 21 Sep 1993 18:03:41 +0000
Subject: Formerly fstests.c.~2~

---
 fstests/fstests.c | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'fstests')

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");
 
-- 
cgit v1.2.3