URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ed676ca3b9c2e96360b283818159bcdc983c2fd1
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ed676ca by Joerg Mayer (jmayer@xxxxxxxxx):
Commit 54b733ce9a0d1cd4ab9b142479368a5e696360be broke compilation of
echld by removing TS_PREC_AUTO_USEC. Replace its use by TS_PREC_AUTO.
No idea whether that's correct but it compiles again.
Trying to commit this brought complaints by checkapi, so fixed them as
well.
Maybe the echld code should be removed, it seems to be unmaintained.
Change-Id: Id9a0a6fc129abd1b8c93629c31a89c2d9ea2243f
Reviewed-on: https://code.wireshark.org/review/4811
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from 77acaa1 Get rid of unnecessary includes of ctype.h.
adds ed676ca Commit 54b733ce9a0d1cd4ab9b142479368a5e696360be broke compilation of echld by removing TS_PREC_AUTO_USEC. Replace its use by TS_PREC_AUTO. No idea whether that's correct but it compiles again. Trying to commit this brought complaints by checkapi, so fixed them as well.
Summary of changes:
echld/dispatcher.c | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)