From 68512c237ce4d8b2d6b7252041fee55a9f93bd25 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Sun, 23 Nov 2008 17:55:32 +0000 Subject: [PATCH] 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 --- modules/arch/unix/mod_unixd.c | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.50.1