projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb227c4
)
perl plugin: Declare the “environ” variable.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 17 Sep 2009 16:26:41 +0000
(18:26 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 17 Sep 2009 16:26:41 +0000
(18:26 +0200)
src/perl.c
patch
|
blob
|
history
diff --git
a/src/perl.c
b/src/perl.c
index
b6e7b22
..
cc1e974
100644
(file)
--- a/
src/perl.c
+++ b/
src/perl.c
@@
-145,6
+145,11
@@
typedef struct {
} while (0)
/*
+ * Public variable
+ */
+extern char **environ;
+
+/*
* private variables
*/