Various fixes, Frith-MacDonald, others.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-05-29 15:25:41 +00:00
parent 1996a609cc
commit 88cbc598e5
26 changed files with 536 additions and 154 deletions

View file

@ -45,6 +45,10 @@
#define getpagesize() sysconf(_SC_PAGESIZE)
#endif
#ifdef __svr4__
#define getpagesize() sysconf(_SC_PAGESIZE)
#endif
#if __mach__
#define getpagesize vm_page_size
#endif