[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxc portability fixes
On Wed, Sep 19, 2007 at 03:19:37PM +0200, Christoph Egger wrote: > Attached patch mainly contains portability fixes: > - use MAP_ANON, that is what both (BSD-)Unix and Linux have looks like that might bite us back at some point: man mmap: MAP_ANON Synonym for MAP_ANONYMOUS. Deprecated. what about: #ifndef MAP_ANONYMOUS #define MAP_ANONYMOUS MAP_ANON #endif Cheers, -- Vincent Hanquez _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |