Re: [Linuxptp-devel] [PATCH v3 05/12] phc2sys.c: Handlöing of use_syslog

2018-04-12 Thread Richard Cochran
Handlöing :^) -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Linuxptp-devel mailing list Lin

[Linuxptp-devel] [PATCH v3 05/12] phc2sys.c: Handlöing of use_syslog

2018-04-07 Thread Peter Schneider
Replaced usage of variable 'use_syslog' with struct config item 'use_syslog'. Original variable removed. Signed-off-by: Peter Schneider --- phc2sys.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/phc2sys.c b/phc2sys.c index edbdb85..ad67438 100644 --- a/phc2sys.c ++