diff options
author | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
commit | 2404e8d91895eae6913b9181094e6ef1f3c47ed0 (patch) | |
tree | 02db6f534d1c4daf10930c1733783e1a74b16aaa /system.h | |
parent | bd2f1e9543e175e9b1c07e308da38d39807ccabd (diff) | |
download | rpm-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.gz |
- rescusitate --rebuild.
CVS patchset: 5389
CVS date: 2002/04/11 16:55:19
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ extern int chroot (const char *__path) /*@modifies errno, systemState @*/; /*@=superuser =declundef =incondefs @*/ #endif -#if !defined(__GLIBC__) +#if !defined(__GLIBC__) && !defined(__LCLINT__) extern char ** environ; #endif #endif |