Bug #291

non-portable C99-ism introduced in changeset 745

Added by brad@comstyle.com 1198 days ago. Updated 470 days ago.

Status:Fixed Start:
Priority:High Due date:
Assigned to:- % Done:

0%

Category:core
Target version:-
Pending:

No

Resolution:

fixed


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.

Associated revisions

Revision 748
Added by jan 1196 days ago

include either inttypes.h or stdint.h (fixes #291)

History

09/28/2005 01:27 PM - brad@comstyle.com

My platform of choice: OpenBSD.

Yes, inttypes.h is correct.

09/25/2007 02:05 PM - Anonymous

Same issue under some versions of SunOS. Replacing <stdint.h> by <inttypes.h> in "src/etag.c" solves the problem.

Also available in: Atom PDF