summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexei.volkov.bugs%sun.com <devnull@localhost>2011-04-21 18:04:12 +0000
committeralexei.volkov.bugs%sun.com <devnull@localhost>2011-04-21 18:04:12 +0000
commitf5df8f6902abfceefef3b8404d6044809471d3a8 (patch)
treefe963570b6c24eb1ca631c17d8560666bd9e653b
parent170aa176f5071bcbb25167e1bfd4163e9e71ff9c (diff)
downloadnspr-hg-NSPR_4_8_8_BETA3.tar.gz
additional fix for 518078: fix compile errorNSPR_4_8_8_BETA3
-rw-r--r--pr/src/pthreads/ptio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 778363d4..66921a4a 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -221,7 +221,7 @@ static PRBool _pr_ipv6_v6only_on_by_default;
#if defined(SOLARIS)
#ifndef PROTO_SDP
/* on solaris, SDP is a new type of protocol */
-#deinfe PROTO_SDP 257
+#define PROTO_SDP 257
#endif
#define _PR_HAVE_SDP
#elif defined(LINUX)