head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.16.17.29.24;	author reg;	state dead;
branches;
next	1.1;

1.1
date	2001.01.22.01.23.18;	author reg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.8.  No major changes in the port, only regenerated patches.

patch-ao was merged in a slightly different form.
@
text
@--- nsprpub/pr/src/misc/prnetdb.c.orig	Wed Mar  8 08:27:18 2000
+++ nsprpub/pr/src/misc/prnetdb.c	Thu Jan 18 17:52:51 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)
@


1.1
log
@Add PSM support.

Submitted by:	nsayer

Remove use of libgcc_r, since it was so uncerimoniously removed.  If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...

Submitted by:	Roman Shterenzon <roman@@xpert.com>

Use sched_getpriority_max(), instead of hard coded value.

Submitted by:	Peter Haight <peterh@@sapros.com>, dufault

Revise pkg-comment and pkg-descr.

PR:		24296
Submitted by:	roam

Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
@
text
@@

