Import OpenNTPD 3.6 (the OpenBSD version, not the portable).
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 9 Nov 2004 20:05:42 +0000 (20:05 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 9 Nov 2004 20:05:42 +0000 (20:05 +0000)
commit03798098192f48d75e279740105556955046613a
treea6d30251ba55b77bcd03d699d05df0a085b91428
Import OpenNTPD 3.6 (the OpenBSD version, not the portable).

Obtained-from: OpenBSD

Do enough minor patching to get it WARNS=6 clean (mostly addition of
some header files and expanding SA_LEN, one issue of const discarding
has been submitted back).
17 files changed:
contrib/ntpd/README.DELETED [new file with mode: 0644]
contrib/ntpd/README.DRAGONFLY [new file with mode: 0644]
contrib/ntpd/buffer.c [new file with mode: 0644]
contrib/ntpd/client.c [new file with mode: 0644]
contrib/ntpd/config.c [new file with mode: 0644]
contrib/ntpd/imsg.c [new file with mode: 0644]
contrib/ntpd/log.c [new file with mode: 0644]
contrib/ntpd/ntp.c [new file with mode: 0644]
contrib/ntpd/ntp.h [new file with mode: 0644]
contrib/ntpd/ntp_msg.c [new file with mode: 0644]
contrib/ntpd/ntpd.8 [new file with mode: 0644]
contrib/ntpd/ntpd.c [new file with mode: 0644]
contrib/ntpd/ntpd.conf.5 [new file with mode: 0644]
contrib/ntpd/ntpd.h [new file with mode: 0644]
contrib/ntpd/parse.y [new file with mode: 0644]
contrib/ntpd/server.c [new file with mode: 0644]
contrib/ntpd/util.c [new file with mode: 0644]