Re: [chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.2-48-gfe50212 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.2-48-gfe50212
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Wed, 9 Dec 2015 07:37:01 +1300
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0-2; h=Feedback-ID:X-Smtpcorp-Track:To:Message-Id:Date: From:Subject; bh=jf/JOcbzEvQKvKluRDF9kBki6jLSlhpySQCyLasfQ9Q=; b=wphaiSSrHccH kbGnI57VGzWTwGzf90K4p2clwxZpXZWUHujhVYd1fIsiGt9/8SxwQiXjiP9vkmuvNOCOwEecHxshi Qbh4U2bMoh8nMh1xK+PrjkOVRjVsvWQLaNjHBUCbl4g67TCD4G4j6xS9WqGDxRUhpPb91j6om5xoe 8wq4+nIBANcQxpwh3SI7YZrb752hqrLo0xDTilvQlsRcefu3xcbGy5GdG0dgBjrjOC9akJRLXVrOd LAMU8JX/Z9SAa/1jQ0U+H6lYame2aWlm+zAW1QuKL3DqULGXHw9klY/qYgj88wmeNgvsnt11pA8+C Z2JwAASvjP2jKsIHQvdJsQ==;
- Feedback-id: 149811m:149811acx33YQ:149811s3ntwoNPjm:SMTPCORP
> On 9/12/2015, at 6:08 AM, Miroslav Lichvar <mlichvar@xxxxxxxxxx> wrote:
>
> On Tue, Dec 08, 2015 at 06:04:00PM +0100, git@xxxxxxxxxxxxx wrote:
>> Summary of changes:
>> configure | 18 ++++++++----
>> main.c | 5 +++-
>> privops.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++-----------
>> privops.h | 5 ++++
>> sys_linux.c | 2 +-
>> sys_macosx.c | 5 +---
>> sys_netbsd.c | 3 ++
>> 7 files changed, 99 insertions(+), 29 deletions(-)
>
> Bryan, can you please check if it still works for you on Mac OS X?
There is an initialisation problem in privops.c
helper_fd now has a default value of 0 where previously was -1
static int helper_fd;
static pid_t helper_pid;
static int
have_helper(void)
{
return helper_fd >= 0;
}
Bryan Christianson
bryan@xxxxxxxxxxxxx
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.