mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
It does not fix build on musl but fixes build on glibc-2.32. Reported-by: Georg Rudoy Bug: https://bugs.gentoo.org/715862 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
13 lines
235 B
Diff
13 lines
235 B
Diff
--- a/newfs_hfs.tproj/makehfs.c
|
|
+++ b/newfs_hfs.tproj/makehfs.c
|
|
@@ -37,8 +37,8 @@
|
|
#endif
|
|
#include <sys/errno.h>
|
|
#include <sys/stat.h>
|
|
-#include <sys/sysctl.h>
|
|
#if !LINUX
|
|
+#include <sys/sysctl.h>
|
|
#include <sys/vmmeter.h>
|
|
#endif
|
|
|