vfs: check userland buffers before reading them.
[haiku.git] / src / bin / network / ping6 / Jamfile
blobe2be7bde8078e754f64a67740205e0a1b56da1e7
1 SubDir HAIKU_TOP src bin network ping6 ;
3 SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6         UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
7                 # We need the public network headers also when not compiling for Haiku.
8                 # Unfortunately we get more than we want, namely all POSIX headers.
11 UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
13 BinCommand ping6 :
14         ping6.c
15         : libbsd.so $(TARGET_NETWORK_LIBS) $(TARGET_SELECT_UNAME_ETC_LIB) ;