diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-04 08:55:07 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-04 08:55:07 +0200 |
commit | 9cf8f9c31ad81d45cd206bad5df98fc8b75a5333 (patch) | |
tree | d19f70fbfa9a17b4e0cdcf7b42240fce604b155d /rpmio | |
parent | 70ed33417d1d122bfc434d106824a9035dea9463 (diff) | |
download | librpm-tizen-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.tar.gz librpm-tizen-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.tar.bz2 librpm-tizen-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.zip |
Stop checking for machine/types.h (Private header of some OSes not supposed to be used).
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/rpmio.c b/rpmio/rpmio.c index cd6312a65..bdd7ac23e 100644 --- a/rpmio/rpmio.c +++ b/rpmio/rpmio.c @@ -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 |