diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 16:08:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 16:08:50 +0000 |
commit | 8831bc8e3505a782bd3896545075454a0fd4fea3 (patch) | |
tree | c87d667c70095e84dcd81dce7a7a7efe0d695e7e | |
parent | 34a80273b4e1bebeff06674610eec03086f0afcc (diff) |
Formerly opendisk.c.~2~
-rw-r--r-- | fstests/opendisk.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fstests/opendisk.c b/fstests/opendisk.c index 4afc9bab..cfe4d8ae 100644 --- a/fstests/opendisk.c +++ b/fstests/opendisk.c @@ -19,8 +19,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <device/device.h> +#include <errno.h> +#include <hurd.h> +#include <stdio.h> -main (argc, argv) +main (int argc, char **argv) { mach_port_t hostpriv, devicemaster; mach_port_t device; |