diff options
author | Miles Bader <miles@gnu.org> | 1995-10-11 00:15:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-11 00:15:07 +0000 |
commit | 36e6e7a212f9202ba798631d7025f16e4f2e5db8 (patch) | |
tree | 924546807841701ce56d8206610aa12f675c1f27 /libdiskfs | |
parent | 9f99e02fa97ba4d39496509792e1bc1df7edc1ce (diff) |
(diskfs_init_completed): must --> may.
Add necessary includes.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index f2adf255..7c45d1c5 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -20,6 +20,10 @@ #include <options.h> #include <assert.h> +#include <unistd.h> +#include <hurd/ports.h> +#include <hurd/fshelp.h> +#include <hurd/ioserver.h> /* Each user port referring to a file points to one of these (with the aid of the ports library. */ @@ -432,7 +436,7 @@ int diskfs_pager_users (); NP is locked. */ struct pager *diskfs_get_filemap_pager_struct (struct node *np); -/* The user must define this function if she calls diskfs_start_bootstrap. +/* The user may define this function if she calls diskfs_start_bootstrap. It is called by the library after the filesystem has a normal environment (complete with auth and proc ports). */ void diskfs_init_completed (); |