]> git.pld-linux.org Git - packages/inn.git/blame - inn-no-common.patch
- patches rediffed with fuzz 0
[packages/inn.git] / inn-no-common.patch
CommitLineData
327bb698
JB
1--- inn-2.6.3/innd/python.c.orig 2019-02-07 16:02:22.000000000 +0100
2+++ inn-2.6.3/innd/python.c 2020-11-07 18:39:55.705362751 +0100
3@@ -60,7 +60,7 @@
4 #include "innd.h"
5
6 bool PythonFilterActive;
7-char *filterPath; /* This gets set in art.c. */
8+extern const char *filterPath; /* This gets set in art.c. */
9 PyObject *PYFilterObject = NULL;
10 PyObject *PYFilterModule = NULL;
11
This page took 0.054682 seconds and 4 git commands to generate.