diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-09-02 05:50:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-02 05:50:28 +0000 |
commit | b2b29aad0d0d63394479a7459a0f17936ce7c064 (patch) | |
tree | 8440832ece5130fad994f5f3489b01676ab1ca4a /contrib/cvs/lib/valloc.c | |
parent | 025111ae1321e9d30f5615b762a47fb354971ba1 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/lib/valloc.c')
-rw-r--r-- | contrib/cvs/lib/valloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/lib/valloc.c b/contrib/cvs/lib/valloc.c index 674b60f6e91be..17fb14b64d78e 100644 --- a/contrib/cvs/lib/valloc.c +++ b/contrib/cvs/lib/valloc.c @@ -7,7 +7,7 @@ #include "system.h" #ifndef HAVE_GETPAGESIZE -#define getpagesize() 4096 +# include "getpagesize.h" #endif void * |