pkgsrc/www/mozilla/patches/patch-at
taya 1192687b94 Update to mozilla 0.8.1
See the release notes for detail:
http://www.mozilla.org/releases/mozilla0.8.1/

Currently only tested(and worked) on -current/i386.
Tested on 1.5.1_ALPHA/mac68k, but did not work(still investigating).
2001-03-30 09:37:47 +00:00

15 lines
603 B
Text

$NetBSD: patch-at,v 1.1 2001/03/30 09:37:50 taya Exp $
diff -ru ../Orig/mozilla/netwerk/dns/src/nsDnsService.h ./netwerk/dns/src/nsDnsService.h
--- ../Orig/mozilla/netwerk/dns/src/nsDnsService.h Fri Feb 23 09:15:35 2001
+++ ./netwerk/dns/src/nsDnsService.h Sat Mar 24 01:35:05 2001
@@ -111,6 +111,9 @@
// Called by the DNS thread to get the next lookup to process.
// Blocks until a lookup is available.
nsresult DequeueLookup(nsDNSLookup **);
+
+ // Needed if the DNS thread is not already waiting on the lookup monitor.
+ PRBool mShutdownInProgress;
#endif
#ifdef DNS_TIMING