forked from Lainports/freebsd-ports
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).
10 lines
355 B
Text
10 lines
355 B
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)
|