Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 796699 Details for
Bug 862795
app-emulation/open-vm-tools-12.0.5_p19716617 fails to compile (MUSL): asyncsocket.c:2846:13: error: invalid use of undefined type struct pollfd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use configure test for sys/stat.h include
05_11.2.5-sys_stat_h.patch (text/plain), 818 bytes, created by
CFuga
on 2022-08-01 20:32:41 UTC
(
hide
)
Description:
Use configure test for sys/stat.h include
Filename:
MIME Type:
Creator:
CFuga
Created:
2022-08-01 20:32:41 UTC
Size:
818 bytes
patch
obsolete
>From 716d1d77bf8199e694c71edcb9e0144d74ba7977 Mon Sep 17 00:00:00 2001 >From: Natanael Copa <ncopa@alpinelinux.org> >Date: Wed, 18 Nov 2015 10:41:01 +0000 >Subject: [PATCH] Use configure test for sys/stat.h include > >This is needed for musl libc. > >Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> >--- > open-vm-tools/services/plugins/vix/vixTools.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/open-vm-tools/services/plugins/vix/vixTools.c b/open-vm-tools/services/plugins/vix/vixTools.c >index 103ed10dc..bde740218 100644 >--- a/open-vm-tools/services/plugins/vix/vixTools.c >+++ b/open-vm-tools/services/plugins/vix/vixTools.c >@@ -66,7 +66,7 @@ > #include <unistd.h> > #endif > >-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) >+#ifdef HAVE_SYS_STAT_H > #include <sys/stat.h> > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 862795
:
796549
|
796687
|
796690
|
796693
|
796696
| 796699 |
796702
|
796705
|
796708
|
796711
|
796714
|
796720