Closed
Bug 470351
Opened 15 years ago
Closed 15 years ago
crlutil build fails on Windows because it calls undeclared isatty
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.3
People
(Reporter: nelson, Assigned: alvolkov.bgs)
References
Details
Attachments
(1 file)
1.09 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
With the patch for bug 469944 in place, the build of crlutil fails because a file generated by lex calls isatty which is not declared. The solution is to include <io.h>. The file in question is the product of lex and some odd version of sed. Alexei, please code a patch that fixes it.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #359603 -
Flags: review?(nelson)
Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 359603 [details] [diff] [review] Patch v1 - use #ifdef instead of #ifndef r=nelson, thanks.
Attachment #359603 -
Flags: review?(nelson) → review+
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•15 years ago
|
||
committed
You need to log in
before you can comment on or make changes to this bug.
Description
•