summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:37:37 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:37:37 +0200
commitc47b96630c18143be25cc0a4c42c7f8005d18a5d (patch)
tree4807e98ced65cbff5861f6c1c22fbcddeeae6f32 /system.h
parent5c31864598a169bbf0609635f162bc089ea3ccda (diff)
downloadrpm-c47b96630c18143be25cc0a4c42c7f8005d18a5d.tar.gz
rpm-c47b96630c18143be25cc0a4c42c7f8005d18a5d.tar.bz2
rpm-c47b96630c18143be25cc0a4c42c7f8005d18a5d.zip
Dont bother checking for a header we dont use
Diffstat (limited to 'system.h')
-rw-r--r--system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/system.h b/system.h
index a4864d2f3..d796fbe72 100644
--- a/system.h
+++ b/system.h
@@ -156,11 +156,6 @@ char *realpath(const char *path, char resolved_path []);
#include <sys/mman.h>
#endif
-/* XXX FIXME: popt on sunos4.1.3: <sys/resource.h> requires <sys/time.h> */
-#if HAVE_SYS_RESOURCE_H && HAVE_SYS_TIME_H
-#include <sys/resource.h>
-#endif
-
#if HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif