diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:31:57 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:31:57 +0200 |
commit | f70b1c76d51dd2e32ff48ab75b1fa4b06d582f4f (patch) | |
tree | 50a7a92d95c42d781cbe318f777ea8990010cdcc /system.h | |
parent | a39dc445fc0ccf03e22189699e4d6256658536f0 (diff) | |
download | rpm-f70b1c76d51dd2e32ff48ab75b1fa4b06d582f4f.tar.gz |
Only rpmrc.c cares about utsname.h, move out of system.h
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -151,10 +151,6 @@ char *realpath(const char *path, char resolved_path []); #include <sys/mman.h> #endif -#if HAVE_SYS_UTSNAME_H -#include <sys/utsname.h> -#endif - #if HAVE_SYS_WAIT_H #include <sys/wait.h> #endif |