summaryrefslogtreecommitdiff
path: root/lib/rpmlead.c
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 /lib/rpmlead.c
parent70ed33417d1d122bfc434d106824a9035dea9463 (diff)
downloadrpm-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.tar.gz
rpm-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.tar.bz2
rpm-9cf8f9c31ad81d45cd206bad5df98fc8b75a5333.zip
Stop checking for machine/types.h (Private header of some OSes not supposed to be used).
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r--lib/rpmlead.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c
index 1de8d8c59..6c5197ae0 100644
--- a/lib/rpmlead.c
+++ b/lib/rpmlead.c
@@ -4,10 +4,6 @@
#include "system.h"
-#if HAVE_MACHINE_TYPES_H
-# include <machine/types.h>
-#endif
-
#include <netinet/in.h>
#include <rpmlib.h>