File: fix_errors_with_multiple_definitions.patch

package info (click to toggle)
bosh 0.6-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: ansic: 2,008; sh: 1,005; makefile: 14
file content (17 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix "multiple definition of" instances
Origin: vendor
Bug-Debian: https://bugs.debian.org/957053
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2020-04-19

--- a/bosh.h
+++ b/bosh.h
@@ -171,7 +171,7 @@ extern char   *BOSHERR;
 extern int     boshuservars;
 extern char  **boshuservar;
 
-stray_t       *childarg;
+extern stray_t       *childarg;
 
 
 void bosh_init();