Closed
Bug 799717
Opened 12 years ago
Closed 12 years ago
Avoid using PR_BEGIN_EXTERN_C and PR_END_EXTERN_C in mcom_db.h
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
1.40 KB,
patch
|
Details | Diff | Splinter Review |
Follow-up from bug 795507.
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Kai, if this is a part of NSS, then why does it live in /dbm in the source tree, instead of security/dbm?
It seems like at one point in time, Gecko might have been using dbm for stuff. But, is it still using dbm now? If not, maybe we should just reorganize the NSS CVS repository to merge /dbm to security/dbm?
Comment 3•12 years ago
|
||
The answer to my question in comment 2 is in the bugs listed in the "see also" section.
Ehsan, did you see bug 795507 comment 15? Why do you think this change helps with the Gecko code cleanup projects, when no Gecko code includes this header?
It seems like a better solution would be to move dbm under security/, as proposed in the bugs in the "see also" section, and then treat all of NSS consistently.
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Brian Smith (:bsmith) from comment #3)
> Ehsan, did you see bug 795507 comment 15? Why do you think this change helps
> with the Gecko code cleanup projects, when no Gecko code includes this
> header?
I have. But Kai asked me to attach the patch here in the next comment. :-)
> It seems like a better solution would be to move dbm under security/, as
> proposed in the bugs in the "see also" section, and then treat all of NSS
> consistently.
It doesn't really matter a lot to me whether NSS takes this patch or not, so please feel free to r- it if you don't want to accept it. And as far as the location of dbm code goes, why not just put it under security/nss?
Comment 5•12 years ago
|
||
Comment on attachment 669744 [details] [diff] [review]
Patch (v1)
Review of attachment 669744 [details] [diff] [review]:
-----------------------------------------------------------------
Ehsan, I will ask about moving dbm/ to be under security/ at the NSS meeting tomorrow.
Attachment #669744 -
Flags: review?(bsmith)
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Comment 6•12 years ago
|
||
Ehsan: sorry to have wasted your time. I agree that mcom_db.h
doesn't need to be patched.
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to comment #6)
> Ehsan: sorry to have wasted your time. I agree that mcom_db.h
> doesn't need to be patched.
No worries, took no more than 5 seconds. :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•