From be6fc7f77939fce114b98ea1f876a623c09b31b3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:43:00 +0000 Subject: 1999-07-10 Roland McGrath * ufs.h: Add #include for munmap decl. --- ufs/ufs.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ufs') diff --git a/ufs/ufs.h b/ufs/ufs.h index 1c44e5f5..77fb50e0 100644 --- a/ufs/ufs.h +++ b/ufs/ufs.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation + Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -17,11 +17,13 @@ #include #include +#include #include #include #include #include #include +#include #include #include "fs.h" #include "dinode.h" @@ -81,7 +83,7 @@ struct user_pager_info } type; struct pager *p; vm_prot_t max_prot; - + vm_offset_t allow_unlocked_pagein; vm_size_t unlocked_pagein_length; }; @@ -223,7 +225,7 @@ swab_long_long (long long arg) abort (); \ ret; \ }) - + /* Execute A = B, but byteswap it along the way if necessary */ #define write_disk_entry(a,b) \ ({ \ -- cgit v1.2.3