[Fedora-directory-commits] ldapserver/lib/base systhr.cpp,1.7,1.8

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 10 01:34:18 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/lib/base
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12854/lib/base

Modified Files:
	systhr.cpp 
Log Message:
Resolves: #214728
Summary: Cleaning up obsolete macros in the build
Changes: eliminated macro NSPR20 (Comment #8)



Index: systhr.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/base/systhr.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- systhr.cpp	28 Feb 2006 03:00:14 -0000	1.7
+++ systhr.cpp	10 Nov 2006 01:34:11 -0000	1.8
@@ -216,20 +216,6 @@
 NSAPI_PUBLIC void systhread_dummy(void)
 {
 
-#ifndef NSPR20
-    /* nspr/gc.c */
-    PR_InitGC(0,0);
-    /* nspr/prsystem.c */
-    PR_GetSystemInfo(PR_SI_SYSNAME, 0, 0);
-    /* nspr/linker.c */
-    PR_GetLibName(0, 0);
-    /* nspr/file.c */
-    PR_Mkdir(0, 0);
-    /* nspr/prnetdb.c */
-    PR_gethostbyname(0, 0, 0, 0, 0);
-    /* nspr/longlong.c */
-    LL_TO_S(LL_ZERO, 0, NULL, 0);
-#endif /* NSPR20 */
 }
 
 #elif defined(THREAD_WIN32)




More information about the Fedora-directory-commits mailing list