comms/dsd: fix build on recent current
This commit is contained in:
parent
39aa311e33
commit
edb55d8bea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546815
11
comms/dsd/files/patch-dsd.h
Normal file
11
comms/dsd/files/patch-dsd.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- dsd.h.orig 2020-08-28 19:58:20 UTC
|
||||
+++ dsd.h
|
||||
@@ -40,7 +40,7 @@
|
||||
/*
|
||||
* global variables
|
||||
*/
|
||||
-int exitflag;
|
||||
+extern int exitflag;
|
||||
|
||||
|
||||
typedef struct
|
11
comms/dsd/files/patch-dsd__main.c
Normal file
11
comms/dsd/files/patch-dsd__main.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- dsd_main.c.orig 2020-08-28 19:59:00 UTC
|
||||
+++ dsd_main.c
|
||||
@@ -25,6 +25,8 @@
|
||||
#include "dmr_const.h"
|
||||
#include "provoice_const.h"
|
||||
|
||||
+int exitflag;
|
||||
+
|
||||
int
|
||||
comp (const void *a, const void *b)
|
||||
{
|
Loading…
Reference in New Issue
Block a user