Changeset 64324 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Oct 19, 2016 4:50:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
r62485 r64324 35 35 #include <linux/limits.h> 36 36 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] 37 42 #include <sys/inotify.h> 38 43 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.