diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:54:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:54:08 +0000 |
commit | 3cc11b2d334156d10a0d1f9e84eebf226ad89348 (patch) | |
tree | 383fe7808323195ed0f71b5fce042641db72f55f /ext2fs | |
parent | 6b715305542891c1983f6b37b4f1f8b97dc49de0 (diff) |
ioserver.h -> iohelp.h.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index bef59a3d..302a0c94 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -23,7 +23,7 @@ #include <hurd/ports.h> #include <hurd/pager.h> #include <hurd/fshelp.h> -#include <hurd/ioserver.h> +#include <hurd/iohelp.h> #include <hurd/diskfs.h> #include <assert.h> #include <rwlock.h> |