mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add open-vm-tools for x86
This commit is contained in:
parent
41cb47aedd
commit
bf9a9aed78
17 changed files with 604 additions and 46 deletions
13
open-vm-tools/patches/0002-add-include-sys-sysmacros.h.patch
Normal file
13
open-vm-tools/patches/0002-add-include-sys-sysmacros.h.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff -urN a/open-vm-tools/lib/wiper/wiperPosix.c b/open-vm-tools/lib/wiper/wiperPosix.c
|
||||
--- a/open-vm-tools/lib/wiper/wiperPosix.c
|
||||
+++ b/open-vm-tools/lib/wiper/wiperPosix.c
|
||||
@@ -43,6 +43,9 @@
|
||||
# include <libgen.h>
|
||||
# endif /* __FreeBSD_version >= 500000 */
|
||||
#endif
|
||||
+#if defined(__linux__)
|
||||
+#include <sys/sysmacros.h>
|
||||
+#endif
|
||||
#include <unistd.h>
|
||||
|
||||
#include "vmware.h"
|
Loading…
Add table
Add a link
Reference in a new issue