You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/11/23 18:55:33 UTC

svn commit: r720017 - /httpd/httpd/trunk/modules/arch/unix/mod_unixd.c

Author: jim
Date: Sun Nov 23 09:55:32 2008
New Revision: 720017

URL: http://svn.apache.org/viewvc?rev=720017&view=rev
Log:
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...

Modified:
    httpd/httpd/trunk/modules/arch/unix/mod_unixd.c

Modified: httpd/httpd/trunk/modules/arch/unix/mod_unixd.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/unix/mod_unixd.c?rev=720017&r1=720016&r2=720017&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/unix/mod_unixd.c (original)
+++ httpd/httpd/trunk/modules/arch/unix/mod_unixd.c Sun Nov 23 09:55:32 2008
@@ -64,6 +64,13 @@
   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