aports/community/virtualbox-guest-additions/musl-fix-stat-nsec.patch
2017-01-24 12:30:02 +00:00

12 lines
274 B
Diff

--- VirtualBox-5.0.12/src/VBox/Runtime/include/internal/fs.h.orig
+++ VirtualBox-5.0.12/src/VBox/Runtime/include/internal/fs.h
@@ -49,8 +49,6 @@
#ifdef RT_OS_LINUX
# ifdef __USE_MISC
# define HAVE_STAT_TIMESPEC_BRIEF
-# else
-# define HAVE_STAT_NSEC
# endif
#endif