summarylogtreecommitdiffstats
path: root/trousers-0.3.14-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'trousers-0.3.14-fno-common.patch')
-rw-r--r--trousers-0.3.14-fno-common.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/trousers-0.3.14-fno-common.patch b/trousers-0.3.14-fno-common.patch
new file mode 100644
index 000000000000..5046bc70883b
--- /dev/null
+++ b/trousers-0.3.14-fno-common.patch
@@ -0,0 +1,15 @@
+diff --git a/src/include/tcsd.h b/src/include/tcsd.h
+index 5b9462b..05bae97 100644
+--- a/src/include/tcsd.h
++++ b/src/include/tcsd.h
+@@ -166,8 +166,8 @@ void thread_signal_init();
+
+ /* signal handling */
+ #ifndef __APPLE__
+-struct sigaction tcsd_sa_int;
+-struct sigaction tcsd_sa_chld;
++extern struct sigaction tcsd_sa_int;
++extern struct sigaction tcsd_sa_chld;
+ #endif
+
+ #endif