Browse Source

add log.h, bump version

master
Brent Cook 4 years ago
parent
commit
d41635175b
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +1
    -0
      src/Makefile.am
  3. +1
    -1
      update.sh

+ 1
- 1
VERSION View File

@ -1 +1 @@
6.5p0
6.7p0

+ 1
- 0
src/Makefile.am View File

@ -41,6 +41,7 @@ ntpd_SOURCES += constraint-disabled.c
endif
ntpd_SOURCES += control.c
ntpd_SOURCES += log.c
ntpd_SOURCES += log.h
ntpd_SOURCES += ntp.c
ntpd_SOURCES += ntp.h
ntpd_SOURCES += ntp_dns.c


+ 1
- 1
update.sh View File

@ -59,7 +59,7 @@ for i in "${arc4random_src}"/getentropy_*.c; do
done
${CP} "${arc4random_src}"/arc4random_*.h compat
for i in client.c config.c constraint.c control.c log.c ntp.c ntp.h \
for i in client.c config.c constraint.c control.c log.c log.h ntp.c ntp.h \
ntp_dns.c ntp_msg.c ntpd.c ntpd.h parse.y sensors.c server.c util.c \
ntpctl.8 ntpd.8 ntpd.conf.5 ; do
file=`basename ${i}`


Loading…
Cancel
Save