From: Harlan Stenn Date: Mon, 22 Dec 2014 02:55:14 +0000 (+0000) Subject: [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c X-Git-Tag: NTP_4_2_8P1_BETA1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68db450437434f0ebef729410b0240cab8edfb6c;p=thirdparty%2Fntp.git [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c bk: 54978812V7WTjlGQF65_AHFRfoBuKg --- diff --git a/ChangeLog b/ChangeLog index 4e3130910..ae3d2a121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ +--- + * [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs. +* [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c. --- (4.2.8) 2014/12/19 Released by Harlan Stenn diff --git a/ntpd/refclock_gpsdjson.c b/ntpd/refclock_gpsdjson.c index 615098271..2ca6389a6 100644 --- a/ntpd/refclock_gpsdjson.c +++ b/ntpd/refclock_gpsdjson.c @@ -52,7 +52,7 @@ #if defined(HAVE_SYS_POLL_H) # include -#elif defined(HAVE_SYS_SLECET_H) +#elif defined(HAVE_SYS_SELECT_H) # include #else # error need poll() or select()