$OpenBSD: patch-nsprpub_pr_src_linking_prlink_c,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
--- nsprpub/pr/src/linking/prlink.c.orig	Tue Mar 25 18:36:09 2003
+++ nsprpub/pr/src/linking/prlink.c	Sun May 18 04:47:34 2003
@@ -162,8 +162,8 @@ struct _imcb *IAC$GL_IMAGE_LIST = NULL;
  * On these platforms, symbols have a leading '_'.
  */
 #if defined(SUNOS4) || defined(DARWIN) || defined(NEXTSTEP) \
-    || defined(OPENBSD) || defined(WIN16) \
-    || (defined(NETBSD) && !defined(__ELF__))
+    || defined(WIN16) \
+    || ((defined(OPENBSD) || defined(NETBSD)) && !defined(__ELF__))
 #define NEED_LEADING_UNDERSCORE
 #endif
 
