porting: Linux to Freebsd

Boris Kochergin spawk at acm.poly.edu
Tue Jun 9 01:24:16 UTC 2009


Robert Huff wrote:
> Robert Huff writes:
>
>   
>>  	Done.  Merrily compiling away.
>>     
>
> 	New problem.
> 	One of the files has:
>
> #ifdef LINUX
> #include <sys/mman.h>
> #endif
>
> 	What is the FreeBSD magic tag corresponding to "LINUX"?
> "__FREEBSD__"?
>
>
> 				Robert Huff
>
>
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>   
#ifdef __FreeBSD__

-Boris


More information about the freebsd-ports mailing list