Project

General

Profile

Actions

Bug #291

closed

non-portable C99-ism introduced in changeset 745

Added by brad@comstyle.com over 18 years ago. Updated over 16 years ago.

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.

Actions #1

Updated by brad@comstyle.com over 18 years ago

My platform of choice: OpenBSD.

Yes, inttypes.h is correct.

Actions #2

Updated by Anonymous over 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