VirtualBox

忽略:
時間撮記:
2016-10-19 下午04:50:12 (8 年 以前)
作者:
vboxsync
訊息:

gcc 6.2 fix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp

    r62485 r64324  
    3535#include <linux/limits.h>
    3636
     37/* Workaround for <sys/cdef.h> defining __flexarr to [] which beats us in
     38 * struct inotify_event (char name __flexarr). */
     39#include <sys/cdefs.h>
     40#undef __flexarr
     41#define __flexarr [0]
    3742#include <sys/inotify.h>
    3843#include <sys/types.h>
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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