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 /libdiskfs/diskfs.h | |
parent | 6b715305542891c1983f6b37b4f1f8b97dc49de0 (diff) |
ioserver.h -> iohelp.h.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 07baca81..2cb468a0 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -24,7 +24,7 @@ #include <rwlock.h> #include <hurd/ports.h> #include <hurd/fshelp.h> -#include <hurd/ioserver.h> +#include <hurd/iohelp.h> /* Each user port referring to a file points to one of these (with the aid of the ports library). */ |