diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-09 22:35:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-09 22:35:05 +0000 |
commit | ed4cecb8b44abc07c17cb8837b7130296be62957 (patch) | |
tree | f1693af408d39b49ea16db31b0e2e5f560ee5160 /libpager/priv.h | |
parent | d601a3e2d6ecee2ab10c1721c3cba80fa7a79dca (diff) |
Declare _pager_page_errors extern, not common.
Diffstat (limited to 'libpager/priv.h')
-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 d52f3c68..2ca4b030 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -103,7 +103,7 @@ enum page_errors PAGE_EDQUOT, }; -int _pager_page_errors[]; +extern int _pager_page_errors[]; /* Pagemap format */ /* These are binary state bits */ |