ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/vm_alloc.h
(Generate patch)

Comparing BasiliskII/src/Unix/vm_alloc.h (file contents):
Revision 1.3 by gbeauche, 2002-03-16T10:49:00Z vs.
Revision 1.4 by gbeauche, 2003-10-12T11:00:12Z

# Line 30 | Line 30
30   #ifdef HAVE_SYS_MMAN_H
31   #include <sys/mman.h>
32   #endif
33 + #ifdef HAVE_MACH_VM
34 + extern "C" {
35 + #include <mach/mach.h>
36 + }
37 + #endif
38  
39   /* Return value of `vm_acquire' in case of an error.  */
40   #ifdef HAVE_MACH_VM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines