Open GoogleCodeExporter opened 8 years ago
# uname -a
OpenBSD whiterussian.c 4.9 GENERIC#671 i386
Original comment by j...@rby.se
on 6 May 2012 at 2:19
Easy to fix, this uintptr_t (a type big enough to hold difference between two
pointers) is defined in the gcc standard header file stdint.h, so you can just
edit the file libhttp/server.c and add a line
#include <stdint.h>
right under the line #include "config.h"
Compiles and works just fine on openbsd 4.9 up to 5.4
Original comment by adm...@rsiegler.org
on 6 Nov 2013 at 11:38
Original issue reported on code.google.com by
j...@rby.se
on 6 May 2012 at 2:19