summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-05-01 08:09:16 +0000
committerjbj <devnull@localhost>2003-05-01 08:09:16 +0000
commit31e269224f4a3beabbdac86182d6ed9a44657253 (patch)
tree69916a4c05825b0c954b58c3baff85f7267b0599 /system.h
parentd13b4600f400d208873ac9c8c325ceebc2f3a257 (diff)
downloadrpm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index 4a6c47b59..447293524 100644
--- a/system.h
+++ b/system.h
@@ -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