about summary refs log tree commit homepage
path: root/iostat_process.c
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-18 07:17:41 +0000
committerEric Wong <e@80x24.org>2016-07-18 07:20:13 +0000
commit026d9f4d635ac360f9d349ffcb50a8252719730e (patch)
treeca626ef91094315ce785535b40432dbfe9efa092 /iostat_process.c
parent53030c527eaac6ea2d6acbf501569d575fef9d41 (diff)
downloadcmogstored-gl-env.tar.gz
This avoids warnings on my GNU system while still working on
FreeBSD.
Diffstat (limited to 'iostat_process.c')
-rw-r--r--iostat_process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iostat_process.c b/iostat_process.c
index 65acd22..9f98077 100644
--- a/iostat_process.c
+++ b/iostat_process.c
@@ -8,7 +8,6 @@
  * regardless of the number of mog_svc objects we have.
  */
 #include "cmogstored.h"
-extern char **environ;
 
 static pid_t iostat_pid;
 static time_t iostat_last_fail;