Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib s/_REENT/_REENTRANT/



details:   https://anonhg.NetBSD.org/src/rev/2acfac544a4e
branches:  trunk
changeset: 541790:2acfac544a4e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 18 17:20:04 2003 +0000

description:
s/_REENT/_REENTRANT/

diffstat:

 lib/libc/stdlib/random.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 44a7696403a2 -r 2acfac544a4e lib/libc/stdlib/random.c
--- a/lib/libc/stdlib/random.c  Sat Jan 18 17:12:13 2003 +0000
+++ b/lib/libc/stdlib/random.c  Sat Jan 18 17:20:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: random.c,v 1.20 2002/01/08 02:11:39 thorpej Exp $      */
+/*     $NetBSD: random.c,v 1.21 2003/01/18 17:20:04 christos Exp $     */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)random.c   8.2 (Berkeley) 5/19/95";
 #else
-__RCSID("$NetBSD: random.c,v 1.20 2002/01/08 02:11:39 thorpej Exp $");
+__RCSID("$NetBSD: random.c,v 1.21 2003/01/18 17:20:04 christos Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -59,7 +59,7 @@
 static void srandom_unlocked __P((unsigned int));
 static long random_unlocked __P((void));
 
-#ifdef _REENT
+#ifdef _REENTRANT
 static mutex_t random_mutex = MUTEX_INITIALIZER;
 #endif
 



Home | Main Index | Thread Index | Old Index