mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
Closes: https://bugs.gentoo.org/926331 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
19 lines
553 B
Diff
19 lines
553 B
Diff
From 26d59b7c8cc2b40277756f55387606ba8a852b31 Mon Sep 17 00:00:00 2001
|
|
From: Georgy Yakovlev <gyakovlev@gentoo.org>
|
|
Date: Fri, 18 Sep 2020 21:43:57 -0700
|
|
Subject: [PATCH] fxpackager: don't include obsolete sys/sysctl.h
|
|
|
|
--- a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
|
|
+++ b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
|
|
@@ -43,7 +43,6 @@
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
-#include <sys/sysctl.h>
|
|
#include <iostream>
|
|
#include <dlfcn.h>
|
|
#include <signal.h>
|
|
--
|
|
2.28.0
|
|
|