diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-18 20:08:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-18 20:08:44 +0000 |
commit | fb5d5020676bf356331aafe936cda560dedac50e (patch) | |
tree | 9e2bb82a19591508aa6bc6cc4a4f025ee75ce929 /libpager | |
parent | d31ce7faa56d96880dc2f09208b11da4c31e5c41 (diff) |
foo
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpager/priv.h b/libpager/priv.h index 7f38da88..98fca8d4 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -107,7 +107,7 @@ extern int _pager_page_errors[]; /* Pagemap format */ /* These are binary state bits */ -/* #define PM_INIT 0x80 /* data has been written */ +/* #define PM_INIT 0x80 data has been written */ #define PM_INCORE 0x80 /* kernel might have a copy */ #define PM_PAGINGOUT 0x40 /* being written to disk */ #define PM_PAGEINWAIT 0x20 /* provide data back when write done */ |