Module Name:    src
Committed By:   he
Date:           Wed Sep  1 13:46:58 UTC 2010

Modified Files:
        src/external/bsd/ntp/include: config.h

Log Message:
Vax doesn't have IEEE floating point.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ntp/include/config.h
diff -u src/external/bsd/ntp/include/config.h:1.3 src/external/bsd/ntp/include/config.h:1.4
--- src/external/bsd/ntp/include/config.h:1.3	Sun Aug 29 18:55:51 2010
+++ src/external/bsd/ntp/include/config.h	Wed Sep  1 13:46:58 2010
@@ -388,7 +388,9 @@
 /* #undef HAVE_HZ_IN_STRUCT_CLOCKINFO */
 
 /* Define to 1 if you have the <ieeefp.h> header file. */
+#ifndef __vax__
 #define HAVE_IEEEFP_H 1
+#endif
 
 /* have iflist_sysctl? */
 #define HAVE_IFLIST_SYSCTL 1

Reply via email to