[ntpsec commit] ntp_signd.c never uses kibscf, so no need to include its header.

Eric S. Raymond esr at ntpsec.org
Tue Oct 20 06:00:19 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    f31563081456e1250daea30d9ace49370dcba206
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=f31563081456e1250daea30d9ace49370dcba206

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Oct 20 01:51:34 2015 -0400

ntp_signd.c never uses kibscf, so no need to include its header.

---

 ntpd/ntp_signd.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ntpd/ntp_signd.c b/ntpd/ntp_signd.c
index 6978b63..64aeff9 100644
--- a/ntpd/ntp_signd.c
+++ b/ntpd/ntp_signd.c
@@ -15,10 +15,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stddef.h>
-#ifdef HAVE_LIBSCF_H
-#include <libscf.h>
-#include <unistd.h>
-#endif /* HAVE_LIBSCF_H */
 
 #include <sys/un.h>
 



More information about the vc mailing list