Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: nss/lib/pk11wrap/pk11util.c

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/pk11wrap/pk11slot.c ('k') | nss/lib/pk11wrap/secmodi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/pk11wrap/pk11util.c
===================================================================
--- nss/lib/pk11wrap/pk11util.c (revision 203524)
+++ nss/lib/pk11wrap/pk11util.c (working copy)
@@ -1058,7 +1058,7 @@
SECMOD_GetReadLock(moduleLock);
for (i=0; i < mod->slotCount; i++) {
PK11SlotInfo *slot = mod->slots[i];
- uint16 series;
+ PRUint16 series;
PRBool present;
/* perm modules do not change */
« no previous file with comments | « nss/lib/pk11wrap/pk11slot.c ('k') | nss/lib/pk11wrap/secmodi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698