summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-04 08:55:07 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-04 08:55:07 +0200
commit9cf8f9c31ad81d45cd206bad5df98fc8b75a5333 (patch)
treed19f70fbfa9a17b4e0cdcf7b42240fce604b155d /rpmio
parent70ed33417d1d122bfc434d106824a9035dea9463 (diff)
downloadlibrpm-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.c4
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