diff options
| author | Diane Bruce <db@FreeBSD.org> | 2020-04-29 13:40:39 +0000 |
|---|---|---|
| committer | Diane Bruce <db@FreeBSD.org> | 2020-04-29 13:40:39 +0000 |
| commit | a6560981d4d9e11e241ccd4b2c514f19e254cc08 (patch) | |
| tree | 2033ea6237d10507d760d2f5cc9b4ce3d0f40b6c /comms/tlf/files/patch-src_editlog.c | |
| parent | d89213bc0e4fe30ceab777b433d76d76d357f8dc (diff) | |
Update to 1.4.1
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
Diffstat (limited to 'comms/tlf/files/patch-src_editlog.c')
| -rw-r--r-- | comms/tlf/files/patch-src_editlog.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/tlf/files/patch-src_editlog.c b/comms/tlf/files/patch-src_editlog.c new file mode 100644 index 000000000000..05a0eacacbc1 --- /dev/null +++ b/comms/tlf/files/patch-src_editlog.c @@ -0,0 +1,10 @@ +--- 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" |
