+2006-06-17 Bruno Haible <bruno@clisp.org>
+
+ * stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
+
2006-06-17 Bruno Haible <bruno@clisp.org>
* stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
#include <limits.h>
/* Get those types that are already defined in other system include files. */
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
# include <sys/inttypes.h>
#endif
#if defined(__OpenBSD__)
+2006-06-17 Bruno Haible <bruno@clisp.org>
+
+ * stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
+ <sys/inttypes.h>.
+
2006-06-16 Eric Blake <ebb9@byu.net>
* rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
dnl created in the build directory.
other_includes='
/* Get those types that are already defined in other system include files. */
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
# include <sys/inttypes.h>
#endif
#if defined(__OpenBSD__)