]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c
authorHarlan Stenn <stenn@ntp.org>
Mon, 22 Dec 2014 02:55:14 +0000 (02:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 22 Dec 2014 02:55:14 +0000 (02:55 +0000)
bk: 54978812V7WTjlGQF65_AHFRfoBuKg

ChangeLog
ntpd/refclock_gpsdjson.c

index 4e3130910b2b7ef113c0ef09462134009772d6de..ae3d2a121e83e371b9531bf2fa8dc5bc65cbeb5a 100644 (file)
--- 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 <stenn@ntp.org>
 
index 615098271e3bb95466feb9afa09f7bb27c4c8e9c..2ca6389a67c56858f99a06b2b21626b3271d4250 100644 (file)
@@ -52,7 +52,7 @@
 
 #if defined(HAVE_SYS_POLL_H)
 # include <sys/poll.h>
-#elif defined(HAVE_SYS_SLECET_H)
+#elif defined(HAVE_SYS_SELECT_H)
 # include <sys/select.h>
 #else
 # error need poll() or select()