[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 9695828b1994245d0ed9d
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-26 13:29:39
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 9695828b1994245d0ed9d2cb756ff9170209fc14 (commit) via a81b4db9bebb711681632c7427dd7dc7ec81d446 (commit) via 921220bfa5b04c3737262e9acc7a41b556da0759 (commit) from 610cd2608593139afcec2658a66ba9ba5dbe6a45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9695828b1994245d0ed9d2cb756ff9170209fc14 Merge: a81b4db9 610cd260 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Jan 26 07:29:03 2021 -0600 Merge branch 'master' of http://github.com/Hamlib/Hamlib commit a81b4db9bebb711681632c7427dd7dc7ec81d446 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Jan 26 07:28:55 2021 -0600 Fix clock_gettime for Big Sur and hopefully older MacOS too diff --git a/src/misc.c b/src/misc.c index 2aa1ad56..3206fe67 100644 --- a/src/misc.c +++ b/src/misc.c @@ -59,11 +59,11 @@ #include "network.h" #ifdef __APPLE__ -#if !HAVE_CLOCK_GETTIME +#ifndef HAVE_CLOCK_GETTIME # include <mach/mach_time.h> # ifndef __clockid_t_defined - typedef int clockid_t; + typedef enum clockid_t; #define __clockid_t_defined 1 # endif /* __clockid_t_defined */ commit 921220bfa5b04c3737262e9acc7a41b556da0759 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Jan 25 23:38:43 2021 -0600 Update NEWS diff --git a/NEWS b/NEWS index 4d78c5e0..a3fe9bcb 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ Copyright (C) 2000-2020 Michael Black W9MDB, and others Please send Hamlib bug reports to ham...@li... Version 4.1 + * rigctld and rigs should be more robust for disconnect problemsy * Several fixes for Icom and Yaesu rigs * Nobody should need to use rig->caps or rig->state anymore If you need a variable added please contact us. ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + src/misc.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |