]> granicus.if.org Git - apache/commitdiff
Note that the current mishmash is ugly... hope to
authorJim Jagielski <jim@apache.org>
Sun, 23 Nov 2008 17:55:32 +0000 (17:55 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 23 Nov 2008 17:55:32 +0000 (17:55 +0000)
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

index 39648b230fec53bb2ef1c48c8b3500a67ffc7cd4..abe6f4537e4785cffd4cae0bc09596a0ed7d464c 100644 (file)
@@ -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