There is no nanosecond field on HPUX.
---
Makefile | 1 +
1 file changed, 1 insertion(+)
Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -928,6 +928,7 @@ ifeq ($(uname_S),HP-UX)
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ NO_NSEC = YesPlease
SNPRINTF_RETURNS_BOGUS = YesPlease
ifeq ($(uname_R),B.10.20)
NO_PREAD = YesPlease
--
Gary V. Vaughan (gary@thewrittenword.com)