mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
2019-10-28 Thomas Beierlein <tomjbe@gentoo.org> * NEWS, ToDo: Update NEWS and ToDo files 2019-09-30 Thomas Beierlein <tomjbe@gentoo.org> * src/fldigixmlrpc.c, src/gettxinfo.c, src/globalvars.h, src/main.c, test/data.c: Fix definition of 'rigmode' variable Newest version of hamlib has an extended range of modei definitions and therefore defined it as UInt64. That conflicts with the former definition of 'rigmode' as 32 bit int. Reported by: portscout
10 lines
233 B
C
10 lines
233 B
C
--- src/editlog.c.orig 2020-04-29 13:15:29 UTC
|
|
+++ src/editlog.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/wait.h>
|
|
|
|
#include "background_process.h"
|
|
#include "checklogfile.h"
|