]> git.ipfire.org Git - thirdparty/ntp.git/commit
buftvtots.c:
authorTomek Mrugalski <tomasz@isc.org>
Sat, 4 Jul 2015 11:39:28 +0000 (13:39 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Sat, 4 Jul 2015 11:39:28 +0000 (13:39 +0200)
commiteea2142ff04897bfc7d27c77b7b5a41bc13869e5
treea816b3eec7bc82eaa8e8e33564c09a5cb9302474
parent580dcef20ed95fd0e384629bf897aa4158b1ad7a
buftvtots.c:
  fix formatting, declarations before code (C90)
authkeys.c:
  fixed formatting, removed unnecessary comment
calendar.c:
  further cleanup: deleted unnecessary comments, made first declaration, then code
clocktime.c:
  removed comments, fixed formatting
a_md5encrypt.c:
  fix formatting, add (void) as argument to a function etc
caltontp.c:
  fixed the order of #includes
run-buftvtots.c, run-a_md5encrypt.c:
  adding autogenerated file
calendar.c:
  deleted comments, fixed formatting, used snprintf instead of sprintf, change variable names to be meaningful,
caljulian.c:
  changed sprintf to snprintf, fixed formatting etc
a_md5encrypt.c:
  changed to first declaration, then code (C90 compatibility)
Many files:
  autogenerated
authkeys.c:
  further changes of formatting

bk: 5597c5f0dHomXzdFvCD5asldJNf-rQ
14 files changed:
tests/libntp/a_md5encrypt.c
tests/libntp/authkeys.c
tests/libntp/buftvtots.c
tests/libntp/calendar.c
tests/libntp/caljulian.c
tests/libntp/caltontp.c
tests/libntp/clocktime.c
tests/libntp/run-a_md5encrypt.c
tests/libntp/run-authkeys.c
tests/libntp/run-buftvtots.c
tests/libntp/run-calendar.c
tests/libntp/run-caljulian.c
tests/libntp/run-caltontp.c
tests/libntp/run-clocktime.c