[ntpsec-main commit] Fix for NetBSD

Hal Murray murray at ntpsec.org
Sat Nov 14 20:20:51 UTC 2015


Module:    ntpsec-main
Branch:    master
Commit:    40b734670494d3e0a26ad5502bf0284a70168922
Changeset: http://git.ntpsec.org//commit/?id=40b734670494d3e0a26ad5502bf0284a70168922

Author:    Hal Murray <hmurray at megapathdsl.net>
Date:      Sat Nov 14 12:20:37 2015 -0800

Fix for NetBSD

---

 pylib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/configure.py b/pylib/configure.py
index da89935..a5f7eee 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -133,7 +133,7 @@ def cmd_configure(ctx):
 
 	structures = (
 		("struct timex", ["sys/timex.h"]),
-		("struct ntptimeval", ["sys/timex.h"]),
+		("struct ntptimeval", ["sys/time.h", "sys/timex.h"]),
 		)
 	for (s, h) in structures:
 		ctx.check_type(s, h)



More information about the vc mailing list