diff options
author | jbj <devnull@localhost> | 2003-05-01 08:09:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-05-01 08:09:16 +0000 |
commit | 31e269224f4a3beabbdac86182d6ed9a44657253 (patch) | |
tree | 69916a4c05825b0c954b58c3baff85f7267b0599 /system.h | |
parent | d13b4600f400d208873ac9c8c325ceebc2f3a257 (diff) | |
download | rpm-31e269224f4a3beabbdac86182d6ed9a44657253.tar.gz rpm-31e269224f4a3beabbdac86182d6ed9a44657253.tar.bz2 rpm-31e269224f4a3beabbdac86182d6ed9a44657253.zip |
fix typo in system.h.
python: bindings for returning mpw's from random number generator.
CVS patchset: 6800
CVS date: 2003/05/01 08:09:16
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ extern void error(int status, int errnum, const char *format, ...) #endif #endif -if HAVE___SECURE_GETENV && !defined(__LCLINT__) +#if HAVE___SECURE_GETENV && !defined(__LCLINT__) #define getenv(_s) __secure_getenv(_s) #endif |