Closed
Bug 203450
Opened 22 years ago
Closed 21 years ago
Missing declaration in security/nss/lib/jar/jarevil.c
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.9
People
(Reporter: tenthumbs, Assigned: rrelyea)
References
Details
Attachments
(1 file)
1.31 KB,
patch
|
wtc
:
review+
julien.pierre
:
superreview+
|
Details | Diff | Splinter Review |
While building mozilla, gcc says
jarevil.c:345: warning: implicit declaration of function \
`__CERT_AddTempCertToPerm'
Obviously missing a declaration somewhere.
Comment 1•22 years ago
|
||
Bob, could you take a look at this? Seems that
we need to add __CERT_AddTempCertToPerm to nssrenam.h
and have jarevil.c include nssrenam.h before including
any other headers (at least before including certdb.h)?
Assignee: wtc → relyea
Priority: -- → P2
Target Milestone: --- → 3.9
Version: unspecified → 3.8
Assignee | ||
Comment 2•22 years ago
|
||
Sounds like a reasonable thing to do. It's also pretty low priority (lib/jar is
only used for some NSS cmds).
bob
Assignee | ||
Comment 3•21 years ago
|
||
Implemented Wan-Teh's suggestion
Assignee | ||
Updated•21 years ago
|
Attachment #132939 -
Flags: superreview?(jpierre)
Attachment #132939 -
Flags: review?(wchang0222)
Comment 4•21 years ago
|
||
Comment on attachment 132939 [details] [diff] [review]
Fix compilier warning in jarevil.c
r=wtc.
Attachment #132939 -
Flags: review?(wchang0222) → review+
Updated•21 years ago
|
Attachment #132939 -
Flags: superreview?(jpierre) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
Checking in jar/jarevil.c;
/cvsroot/mozilla/security/nss/lib/jar/jarevil.c,v <-- jarevil.c
new revision: 1.7; previous revision: 1.6
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•21 years ago
|
||
oops missing this cvs log.
cvs commit: Examining jar
Checking in nss/nssrenam.h;
/cvsroot/mozilla/security/nss/lib/nss/nssrenam.h,v <-- nssrenam.h
new revision: 1.2; previous revision: 1.1
*** Bug 214204 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•