[Git][NTPsec/ntpsec][master] Fix missing _H in header define for HAVE_SYS_CLOCKCTL_H

Eric S. Raymond gitlab at mg.gitlab.com
Fri Jul 15 11:11:17 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
94ec324e by Matt Selsky at 2016-07-15T00:52:09-04:00
Fix missing _H in header define for HAVE_SYS_CLOCKCTL_H

- - - - -


1 changed file:

- ntpd/ntp_sandbox.c


Changes:

=====================================
ntpd/ntp_sandbox.c
=====================================
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -71,7 +71,7 @@ bool sandbox(const bool droproot,
 			"root can't be dropped due to missing capabilities.");
 		exit(-1);
 	}
-#endif /* !defined(HAVE_LINUX_CAPABILITY) && !defined(HAVE_SOLARIS_PRIVS)  && !defined(HAVE_SYS_CLOCKCTL) */
+#endif /* !defined(HAVE_LINUX_CAPABILITY) && !defined(HAVE_SOLARIS_PRIVS)  && !defined(HAVE_SYS_CLOCKCTL_H) */
 	if (droproot) {
 		/* Drop super-user privileges and chroot now if the OS supports this */
 #  ifdef HAVE_LINUX_CAPABILITY



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/94ec324ede8baf1ba5acd888c1fdca385c5831fe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160715/ddce2c1a/attachment.html>


More information about the vc mailing list