VirtualBox

Changeset 539

Show
Ignore:
Timestamp:
02/02/07 07:11:26 (2 years ago)
Author:
vboxsync
Message:

Port IPRT to FreeBSD

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/alloca.h

    r1 r539  
    2929 */ 
    3030#include <stdlib.h> 
    31 #ifndef __DARWIN__ 
     31#if !defined(__DARWIN__) && !defined(__FREEBSD__) 
    3232# include <malloc.h> 
    3333#endif 
  • trunk/include/iprt/types.h

    r385 r539  
    6969#else /* no crt */ 
    7070# if defined(__GNUC__) 
    71 #  ifndef __OS2__ 
     71#  if !defined(__OS2__) && !defined(__FREEBSD__) 
    7272#   include <stddef.h> 
    7373#  endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy