Stop checking for machine/types.h (Private header of some OSes not supposed to be...
authorRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 4 Oct 2007 06:55:07 +0000 (08:55 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 4 Oct 2007 06:55:07 +0000 (08:55 +0200)
configure.ac
lib/rpmlead.c
rpmio/rpmio.c

index 3431e83..0d9fb64 100644 (file)
@@ -548,7 +548,6 @@ AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h)
 AC_CHECK_HEADERS(sys/mman.h sys/resource.h sys/utsname.h sys/wait.h)
 
 AC_CHECK_HEADERS(netinet/in_systm.h)
-AC_CHECK_HEADERS(machine/types.h)
 AC_CHECK_HEADERS(mntent.h sys/mnttab.h sys/systemcfg.h)
 AC_CHECK_HEADERS(sys/mount.h sys/mntctl.h sys/param.h sys/vmount.h)
 AC_CHECK_HEADERS(libio.h)
index 1de8d8c..6c5197a 100644 (file)
@@ -4,10 +4,6 @@
 
 #include "system.h"
 
-#if HAVE_MACHINE_TYPES_H
-# include <machine/types.h>
-#endif
-
 #include <netinet/in.h>
 
 #include <rpmlib.h>
index cd6312a..bdd7ac2 100644 (file)
@@ -5,10 +5,6 @@
 #include "system.h"
 #include <stdarg.h>
 
-#if HAVE_MACHINE_TYPES_H
-# include <machine/types.h>
-#endif
-
 #if HAVE_LIBIO_H && defined(_G_IO_IO_FILE_VERSION)
 #define        _USE_LIBIO      1
 #endif