diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-07-08 22:01:03 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-07-08 22:01:03 +0000 |
commit | a5c4ef9ffa36590b5786e2983a95309a49b69bc3 (patch) | |
tree | 1c8131e392de745035d399b00733eedcc3743fd5 /arena.c | |
parent | 7be4b5ec6f20e3ffe13e2a574549e8028faba526 (diff) | |
download | lpsm-a5c4ef9ffa36590b5786e2983a95309a49b69bc3.tar.gz lpsm-a5c4ef9ffa36590b5786e2983a95309a49b69bc3.tar.xz lpsm-a5c4ef9ffa36590b5786e2983a95309a49b69bc3.zip |
Split the internals into a separate header file.
Diffstat (limited to 'arena.c')
-rw-r--r-- | arena.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,8 +33,8 @@ #include <sys/stat.h> #include <sched.h> -#define OBJSTORE_INTERNALS 1 #include "objstore.h" +#include "internals.h" enum page_status { page_unread = 0, |