Closed
Bug 355999
Opened 19 years ago
Closed 19 years ago
[patch] fix up for kfreebsd support
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.7
People
(Reporter: Petr.Salinger, Assigned: wtc)
Details
Attachments
(1 file, 1 obsolete file)
|
1.37 KB,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060904 Debian/1.7.8-1sarge7.2.2
Build Identifier:
The kfreebsd support in nspr needs a small fix up.
Pleae could you apply it.
Could be also possible to merge kfreebsd support from
https://bugzilla.mozilla.org/show_bug.cgi?i id=261649
and this fix up to Mozilla 1.8 branch ?
The support is on trunk since December 2005 and this fix up is really small.
Thanks in advance
Petr
Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Comment 2•19 years ago
|
||
Petr, thanks a lot for the patch. I checked it in on the NSPR trunk (NSPR 4.7).
Checking in _linux.cfg;
/cvsroot/mozilla/nsprpub/pr/include/md/_linux.cfg,v <-- _linux.cfg
new revision: 3.20; previous revision: 3.19
done
Checking in _linux.h;
/cvsroot/mozilla/nsprpub/pr/include/md/_linux.h,v <-- _linux.h
new revision: 3.46; previous revision: 3.45
done
kfreebsd support (from bug 261649 and this fix) will definitely go into
Firefox 3. It is hard to get it into the MOZILLA_1_8_BRANCH for Firefox
2.0.0.x.
Attachment #241683 -
Attachment is obsolete: true
Attachment #247014 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.7
| Reporter | ||
Comment 3•19 years ago
|
||
> kfreebsd support (from bug 261649 and this fix) will definitely go into
> Firefox 3. It is hard to get it into the MOZILLA_1_8_BRANCH for Firefox 2.0.0.x.
Could you also take a look at https://bugzilla.mozilla.org/show_bug.cgi?id=356011 ?
In any case, many thanks for checking this fixup in.
Petr
| Assignee | ||
Comment 4•19 years ago
|
||
I checked in the patch on the NSPRPUB_PRE_4_2_CLIENT_BRANCH for
the Mozilla trunk (1.9 alpha 2).
Checking in _linux.cfg;
/cvsroot/mozilla/nsprpub/pr/include/md/_linux.cfg,v <-- _linux.cfg
new revision: 3.12.4.10; previous revision: 3.12.4.9
done
Checking in _linux.h;
/cvsroot/mozilla/nsprpub/pr/include/md/_linux.h,v <-- _linux.h
new revision: 3.34.2.14; previous revision: 3.34.2.13
done
You need to log in
before you can comment on or make changes to this bug.
Description
•