summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-04-09 02:19:09 +0000
committerwtc%netscape.com <devnull@localhost>2003-04-09 02:19:09 +0000
commit8a00ede39c1af0832bdb3a6b1be4a6d62b2afef3 (patch)
treeb357c5830869ea7e32a7c43a54d2ea796318634e
parentcd4e871a521f90891739f74aab6ad3bc69b6046b (diff)
downloadnspr-hg-8a00ede39c1af0832bdb3a6b1be4a6d62b2afef3.tar.gz
Bug 200561: cite the bug number in the comment.
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/src/misc/prrng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/misc/prrng.c b/pr/src/misc/prrng.c
index dbbb056e..480b347d 100644
--- a/pr/src/misc/prrng.c
+++ b/pr/src/misc/prrng.c
@@ -39,7 +39,7 @@
* caused libnspr4.so to export memcpy and some binaries linked with
* libnspr4.so resolved their memcpy references with libnspr4.so. To
* be backward compatible with old libnspr4.so binaries, we do not
- * include <string.h> in optimized builds for AIX.
+ * include <string.h> in optimized builds for AIX. (bug 200561)
*/
#if !(defined(AIX) && !defined(DEBUG))
#include <string.h>