diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 18:39:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 18:39:04 +0000 |
commit | 73b5d5fec8e66debd74b963310dc635b9e995e14 (patch) | |
tree | b430bd6c7621714a4c7e67a4328aa19f88a65140 | |
parent | 3d8feee8b3c3180e4f98f351e7014d79d8403847 (diff) |
Formerly devio.c.~2~
-rw-r--r-- | ufs/devio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ufs/devio.c b/ufs/devio.c index 957f2504..81423d73 100644 --- a/ufs/devio.c +++ b/ufs/devio.c @@ -19,12 +19,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -#include "ufs.h" -#include <device/device.h> -#include <stdio.h> -#include <errno.h> -#include <assert.h> - /* Write disk block ADDR with DATA of LEN bytes, waiting for completion. */ error_t dev_write_sync (daddr_t addr, |