diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:58:17 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:58:17 +0200 |
commit | 0fbf88d34c6d2ba03ebf011d05ada5244636ca02 (patch) | |
tree | 46f975cbe69c3da3aa75d23cac1f9bda07719ab9 /system.h | |
parent | 162fc36e144707cd21e0063bcbbbb3f202bdc870 (diff) | |
download | rpm-0fbf88d34c6d2ba03ebf011d05ada5244636ca02.tar.gz |
Dont bother checking and including a header we dont use or need
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -89,10 +89,6 @@ char * stpncpy(char * dest, const char * src, size_t n); extern int errno; #endif -#if HAVE_ERROR_H -#include <error.h> -#endif - #if HAVE___SECURE_GETENV #define getenv(_s) __secure_getenv(_s) #endif |