aports/testing/virtualbox-guest-additions/musl-fix-headers.patch
Ben Allen 59e71adbea 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.
2016-08-15 16:30:06 +00:00

11 lines
242 B
Diff

--- ./src/VBox/Runtime/r3/linux/sysfs.cpp.orig
+++ ./src/VBox/Runtime/r3/linux/sysfs.cpp
@@ -40,7 +40,6 @@
#include <unistd.h>
#include <stdio.h>
-#include <sys/sysctl.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <errno.h>