Closed
Bug 495717
Opened 15 years ago
Closed 15 years ago
Unable to compile nss/cmd/certutil/keystuff.c on WinCE
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
3.12.4
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
This bug is spined out from Bug 483653.
Assignee | ||
Comment 1•15 years ago
|
||
I forgot to attach the patch?
Attachment #380754 -
Flags: review?(nelson)
Comment 2•15 years ago
|
||
Comment on attachment 380754 [details] [diff] [review]
A patch (checked in)
Hiroyuke,
I thought WinCE does not have stdin. Has that changed?
>-#elif XP_UNIX
>+#elif defined(XP_UNIX) || defined(WINCE)
> c = getc(stdin);
> #else
> c = getch();
> #endif
Assignee | ||
Comment 3•15 years ago
|
||
stdin is defined in stdlib.h on WinCE like this:
#define stdin _getstdfilex(0)
I do not investigate what _getstdfilex is yet.
Updated•15 years ago
|
Assignee: nobody → ikezoe
Status: NEW → ASSIGNED
Priority: -- → P2
Summary: Unable to compile nss/cmd/cerutil/keystuff.c on WinCE → Unable to compile nss/cmd/certutil/keystuff.c on WinCE
Target Milestone: --- → 3.12.4
Comment 4•15 years ago
|
||
Comment on attachment 380754 [details] [diff] [review]
A patch (checked in)
r=nelson. I will commit this.
Attachment #380754 -
Flags: review?(nelson) → review+
Comment 5•15 years ago
|
||
Comment on attachment 380754 [details] [diff] [review]
A patch (checked in)
Checking in keystuff.c; new revision: 1.20; previous revision: 1.19
Attachment #380754 -
Attachment description: A patch → A patch (checked in)
Comment 6•15 years ago
|
||
I'm marking this fixed.
Please attach patches for any follow up issues to bug 483653. Thanks.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•