From 36e6e7a212f9202ba798631d7025f16e4f2e5db8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 11 Oct 1995 00:15:07 +0000 Subject: (diskfs_init_completed): must --> may. Add necessary includes. --- libdiskfs/diskfs.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #include +#include +#include +#include +#include /* 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 (); -- cgit v1.2.3