diff options
author | Jindrich Novy <jnovy@redhat.com> | 2008-10-24 12:32:31 +0200 |
---|---|---|
committer | Jindrich Novy <jnovy@redhat.com> | 2008-10-24 12:32:31 +0200 |
commit | ca40fafedb504ff0195e347886e96a0268b3f5db (patch) | |
tree | e86a60a0a8a35d539ab01bc49fe5ce52bb93496c /system.h | |
parent | aeb672ca42cf0cce6d9f3d302f4d04513fc673c3 (diff) | |
download | rpm-ca40fafedb504ff0195e347886e96a0268b3f5db.tar.gz |
Remove timezone autoconf checks and system.h reference
- timezone is no more used so it's no more needed
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -43,10 +43,6 @@ extern char ** environ; # endif #endif -#if NEED_TIMEZONE -extern time_t timezone; -#endif - /* Since major is a function on SVR4, we can't use `ifndef major'. */ #if MAJOR_IN_MKDEV #include <sys/mkdev.h> |