Actions
Bug #291
closednon-portable C99-ism introduced in changeset 745
Status:
Fixed
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
The commit made in
changeset 745
introduced a non-portable C99-isms (stdint.h). This will cause lighttpd to break on a number of operating systems.
Updated by brad@comstyle.com about 18 years ago
My platform of choice: OpenBSD.
Yes, inttypes.h is correct.
Updated by Anonymous about 16 years ago
Same issue under some versions of SunOS. Replacing <stdint.h> by <inttypes.h> in "src/etag.c" solves the problem.
Actions
Also available in: Atom