mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:15:12 +00:00
Its unused, moreover it helps it compile with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 43022b71013e4fd992a7b381d70dea2df59de127) Signed-off-by: Armin Kuster <akuster808@gmail.com>
26 lines
672 B
Diff
26 lines
672 B
Diff
From 7fcc7352ec11644ac8be4e9ec1584a5be3333684 Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Wed, 12 Jul 2017 18:18:30 -0700
|
|
Subject: [PATCH] Do not include sys/sysctl.h its unused on linux port
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
panel-plugin/os.h | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/panel-plugin/os.h b/panel-plugin/os.h
|
|
index 473c2a4..9a5c544 100644
|
|
--- a/panel-plugin/os.h
|
|
+++ b/panel-plugin/os.h
|
|
@@ -170,7 +170,6 @@
|
|
#elif __linux__ /* L I N U X */
|
|
# include <stdio.h>
|
|
# include <sys/param.h>
|
|
-# include <sys/sysctl.h>
|
|
# include <stdlib.h>
|
|
# include <stdarg.h>
|
|
# include <unistd.h>
|
|
--
|
|
2.13.2
|
|
|