]> git.ipfire.org Git - thirdparty/ntp.git/commit
Use predefined function types for parse driver functions used to set up function...
authorMartin Burnicki <burnicki@ntp.org>
Thu, 19 Mar 2015 15:52:05 +0000 (16:52 +0100)
committerMartin Burnicki <burnicki@ntp.org>
Thu, 19 Mar 2015 15:52:05 +0000 (16:52 +0100)
commit725ef607983d2308f173adebdcb32e8795a90bb4
tree486faf333710931062230dc2d0916118d99156f9
parent9a900ae5db130574bbace7ec402fce7f823d5457
Use predefined function types for parse driver functions used to set up function pointers.
Account for changed prototype of parse_inp_fnc_t functions.
Cast parse conversion results to appropriate types to avoid compiler warnings.
Let ioctl() for Windows accept a (void *) to avoid compiler warnings when called with pointers to different types.

bk: 550af0a5RYsn8g_t3WsPB9NfRklECg
22 files changed:
ChangeLog
include/binio.h
include/mbg_gps166.h
include/parse.h
libparse/clk_computime.c
libparse/clk_dcf7000.c
libparse/clk_hopf6021.c
libparse/clk_meinberg.c
libparse/clk_rawdcf.c
libparse/clk_rcc8000.c
libparse/clk_schmid.c
libparse/clk_sel240x.c
libparse/clk_trimtaip.c
libparse/clk_trimtsip.c
libparse/clk_varitext.c
libparse/clk_wharton.c
libparse/data_mbg.c
libparse/gpstolfp.c
libparse/parse.c
ntpd/refclock_parse.c
ports/winnt/include/termios.h
ports/winnt/libntp/termios.c