From owner-freebsd-ports Tue Jan 16 21:48:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id ADCAF37B401; Tue, 16 Jan 2001 21:48:25 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.230]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0H5mK759960; Tue, 16 Jan 2001 21:48:20 -0800 (PST) (envelope-from nsayer@mailhost.kfu.com) Received: by morpheus.kfu.com (8.11.1//ident-1.0) id f0H5mKW17658; Tue, 16 Jan 2001 21:48:20 -0800 (PST) Date: Tue, 16 Jan 2001 21:48:20 -0800 (PST) From: nsayer@quack.kfu.com Message-Id: <200101170548.f0H5mKW17658@morpheus.kfu.com> To: freebsd-ports@freebsd.org Subject: Mozilla & PSM -- the final word Cc: freebsd-mozilla@freebsd.org, reg@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Applying this patch to work/mozilla/nsprpub/pr/src/misc/prnetdb.c fixes the problem that I hacked around with the #if 0 in my previous e-mails. This patch is also now in Mozilla bug 65549, but until they commit it it should probably become part of the mozilla port. Without it, the psm doesn't work on BSD. --- prnetdb.c.orig Tue Jan 16 21:43:04 2001 +++ prnetdb.c Tue Jan 16 21:40:52 2001 @@ -924,6 +924,7 @@ PRStatus rv = PR_SUCCESS; if (!_pr_initialized) _PR_ImplicitInitialization(); + bzero(&(addr->inet),sizeof(addr->inet)); addr->inet.family = AF_INET; addr->inet.port = htons(port); switch (val) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message