diff options
author | Ben Allen <bensallen@me.com> | 2016-01-22 04:40:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-15 16:30:06 +0000 |
commit | 59e71adbea0f889c3ffb7188fa4b9f988d6b5535 (patch) | |
tree | e123bb9c4787d2024dd3043d920131f6bcc8b5f1 /testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch | |
parent | a696503b386fcb8b9f521af3693f85752f0e9b4a (diff) | |
download | aports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.bz2 aports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.xz |
testing/virtualbox-guest-additions: new aport
- Userland components to VirtualBox's guest additions, eg. VBoxService, VBoxControl, mount.vboxsf, and a basic init script.
- Creates vboxsf group on install to allow VBoxService to auto-mount shared folders.
Diffstat (limited to 'testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch')
-rw-r--r-- | testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch b/testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch new file mode 100644 index 0000000000..d0d073e651 --- /dev/null +++ b/testing/virtualbox-guest-additions/musl-fix-stat-nsec.patch @@ -0,0 +1,11 @@ +--- 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 + |