Revert "perl plugin: mark file variable as const"
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 22:55:20 +0000 (23:55 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 22:55:20 +0000 (23:55 +0100)
It breaks the build on RHEL5

This reverts commit 43d7245c20930161284e5784fbf115d1221a5951.

src/perl.c

index 36c1e26..c25bfe8 100644 (file)
@@ -2179,9 +2179,9 @@ static MGVTBL g_interval_vtbl = {
 /* bootstrap the Collectd module */
 static void xs_init (pTHX)
 {
-       HV         *stash = NULL;
-       SV         *tmp   = NULL;
-       const char *file  = __FILE__;
+       HV   *stash = NULL;
+       SV   *tmp   = NULL;
+       char *file  = __FILE__;
 
        int i = 0;