From: William A. Rowe Jr Date: Sat, 3 Jan 2009 19:20:26 +0000 (+0000) Subject: bollocks, it's absolute crap to break the ABI structure alignment for features X-Git-Tag: 2.3.2~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05e6cb18a1a303ac96816434c47b2c7f29c513fb;p=thirdparty%2Fapache%2Fhttpd.git bollocks, it's absolute crap to break the ABI structure alignment for features git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index eb31cac2990..e5b1ac0d6ad 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -549,9 +549,7 @@ typedef struct { typedef struct { -#ifdef GPROF char *gprof_dir; -#endif /* Name translations --- we want the core to be able to do *something* * so it's at least a minimally functional web server on its own (and