From 033579a8f63ddc935e8fd3b96a5e4ead57e5f54b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:45:23 +0000 Subject: 1999-07-10 Roland McGrath * isofs.h: Add #include for munmap decl. --- isofs/isofs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'isofs') diff --git a/isofs/isofs.h b/isofs/isofs.h index 9bec3c92..23ec9d5f 100644 --- a/isofs/isofs.h +++ b/isofs/isofs.h @@ -1,5 +1,5 @@ -/* - Copyright (C) 1997 Free Software Foundation, Inc. +/* + Copyright (C) 1997, 1999 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -20,6 +20,7 @@ #include +#include #include #include #include @@ -70,7 +71,7 @@ void *disk_image; size_t logical_block_size; /* Size of "logical sectors" (6.1.2). These are 2048 or the - largest power of two that will fit in a physical sector, whichever is + largest power of two that will fit in a physical sector, whichever is greater. I don't know how to fetch the physical sector size; so we'll just use a constant. */ #define logical_sector_size 2048 -- cgit v1.2.3