From 82179ed998474324cf62b2bfbddc72d89d876eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 9 Jan 2024 20:00:51 +0100 Subject: [PATCH] newrole: drop declaration of environ environ is exported by . --- policycoreutils/newrole/newrole.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/policycoreutils/newrole/newrole.c b/policycoreutils/newrole/newrole.c index 59a5caa35..b617352fb 100644 --- a/policycoreutils/newrole/newrole.c +++ b/policycoreutils/newrole/newrole.c @@ -101,8 +101,6 @@ #define DEFAULT_PATH "/usr/bin:/bin" -extern char **environ; - /** * Construct from the current range and specified desired level a resulting * range. If the specified level is a range, return that. If it is not, then