diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-18 21:32:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-18 21:32:58 +0000 |
commit | fb46ad814faa66635f46f59d4dc205048f1477f1 (patch) | |
tree | 5207e9100c9b739ac24da7e29787fedadf39d8a0 | |
parent | dd7366426e073a6fba8d20b5aedc66da22acb20d (diff) |
Formerly priv.h.~4~
-rw-r--r-- | libpager/priv.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libpager/priv.h b/libpager/priv.h index 37400e1d..c1aa0ccd 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -15,6 +15,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <mach.h> +#include <hurd.h> +#include <libpager.h> +#include <libports.h> + struct pager { struct port_info port; @@ -68,6 +73,9 @@ enum page_errors PAGE_EDQUOT, }; +int page_errors[]; + + /* Pagemap format */ /* These are binary state bits */ #define PM_PAGINGOUT 0x40 /* being written to disk */ |