Closed
Bug 2241
Opened 26 years ago
Closed 26 years ago
patch for dbm/tests/Makefile.in 1.2
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: kstailey, Assigned: dp)
Details
RCS file: /cvsroot/mozilla/dbm/tests/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- Makefile.in 1998/08/19 20:38:08 1.2
+++ Makefile.in 1999/01/08 18:02:13
@@ -41,6 +41,10 @@
CFLAGS += -g -I$(srcdir)/../../../include -DDEBUG -DSTDARG
endif
+ifeq ($(OS_ARCH),OpenBSD)
+CFLAGS += -DSTDARG
+endif
+
ifeq ($(OS_ARCH),OSF1)
CFLAGS += -DSTDARG
endif
begin 644 dbm-tests-Makefile.in.udiff.gz
M'XL("`Q(EC8``V1B;2UT97-T<RU-86ME9FEL92YI;BYU9&EF9@"E3EUK@S`4
M?3:_XC[T08DQQHZA0D&KJRMT%,SV/#J-)<S&+5H9^_5+Z0:V>^SE<@\7SM=:
MU>(KAJ?=NVAD*SRIT.+V067&X>07`ZW&7G?=0`_=MVS;':W?#G00_=#32:@[
M(BT&+<4HU1ZT@5YV"I@7H%HV#9`C$&V^BZ*$D.EOL2@*J1]2%D'@Q_,P]D/K
MY(`QON9%U&>&"LR0@IC-49(`N6/N/6!SF0])@B!;;=*"6Q9>`-D#6<_L7E>U
MU`[UO-^5JFJ/M0"2YP_+E\(@?\[3LD`@E"F.`&'9B$^P9_:6OZ9E]NBXVP^A
?ECQW$)X&_`GQ68@1_!?R%7,N:UW%_0!=B`?&S@$``$^P
`
end
Comment 1•26 years ago
|
||
Reassigning to the current "temporary" owners of dbm.
Comment 2•26 years ago
|
||
Reassigning to the current "temporary" owners of dbm.
Comment 3•26 years ago
|
||
Reassigning to the current "temporary" owners of dbm.
Odd. Bugzilla claims roeber@netscape.com doesn't exist....
Updated•26 years ago
|
Assignee: montulli → dp
Comment 4•26 years ago
|
||
Dp, can you see that this patch finally gets taken?
/be
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•26 years ago
|
||
I got it. Thanks for the patch. I will check it in.
Assignee | ||
Comment 7•26 years ago
|
||
This Makefile.in looks so different now. Do you have a newer patch ?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•26 years ago
|
||
saligram-4150$ cvs commit -m "Descriptor Leak fixed. Thanks to
bruce@cybersight.
com" nsComponentManager.cpp
Checking in nsComponentManager.cpp;
/cvsroot/mozilla/xpcom/src/nsComponentManager.cpp,v <--
nsComponentManager.cpp
new revision: 1.14; previous revision: 1.13
vrfy; file is moved. Presumably it is now
http://lxr.mozilla.org/seamonkey/source/xpcom/components/nsComponentManager.cpp
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•