From: Jim Jagielski Date: Sun, 23 Nov 2008 17:55:32 +0000 (+0000) Subject: Note that the current mishmash is ugly... hope to X-Git-Tag: 2.3.0~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68512c237ce4d8b2d6b7252041fee55a9f93bd25;p=apache Note that the current mishmash is ugly... hope to find time to restart working on the cleanup I started at ACUS, but got sidetracked with confusion on where the divisions actually were... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720017 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/unix/mod_unixd.c b/modules/arch/unix/mod_unixd.c index 39648b230f..abe6f4537e 100644 --- a/modules/arch/unix/mod_unixd.c +++ b/modules/arch/unix/mod_unixd.c @@ -64,6 +64,13 @@ typedef struct { const char *chroot_dir; } unixd_config_t; #else +/* + * TODO: clean up the separation between this code + * and its data structures and unixd.c, as shown + * by the fact that we include unixd.h. Create + * mod_unixd.h which does what we need and + * clean up unixd.h for what it no longer needs + */ #include "unixd.h" #endif