VirtualBox

vbox的更動 62942 路徑 trunk/include


忽略:
時間撮記:
2016-8-3 下午10:03:08 (8 年 以前)
作者:
vboxsync
訊息:

iprt/alloca.h: There's no need to include <malloc.h> on NetBSD too,
it's just a wrapper to include <stdlib.h> already explicitly included
just above.

I wonder if this negative #if test should really be changed into
positive.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/iprt/alloca.h

    r62941 r62942  
    4949#else
    5050# include <stdlib.h>
    51 # if !defined(RT_OS_DARWIN) && !defined(RT_OS_FREEBSD)
     51# if !defined(RT_OS_DARWIN) && !defined(RT_OS_FREEBSD) && !defined(RT_OS_NETBSD)
    5252#  include <malloc.h>
    5353# endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette