Skip to content

Commit

Permalink
Remove // comments
Browse files Browse the repository at this point in the history
Submitted By: Justin Erenkrantz
  • Loading branch information
grisha committed Dec 30, 2002
1 parent 3cb64e2 commit 81d8c76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/connobject.c
Expand Up @@ -57,7 +57,7 @@
*
* connobject.c
*
* $Id: connobject.c,v 1.12 2002/11/08 00:15:11 gstein Exp $
* $Id: connobject.c,v 1.13 2002/12/30 15:17:56 grisha Exp $
*
*/

Expand Down Expand Up @@ -308,7 +308,7 @@ static struct memberlist conn_memberlist[] = {
{"notes", T_OBJECT, 0, RO},
/* XXX filters ? */
/* XXX document remain */
//{"remain", T_LONG, OFF(remain), RO},
/*{"remain", T_LONG, OFF(remain), RO},*/
{NULL} /* Sentinel */
};

Expand Down
8 changes: 4 additions & 4 deletions src/serverobject.c
Expand Up @@ -57,7 +57,7 @@
*
* serverobject.c
*
* $Id: serverobject.c,v 1.14 2002/12/02 21:53:11 grisha Exp $
* $Id: serverobject.c,v 1.15 2002/12/30 15:17:56 grisha Exp $
*
*/

Expand Down Expand Up @@ -182,14 +182,14 @@ static struct memberlist server_memberlist[] = {
{"keep_alive_max", T_INT, OFF(keep_alive_max), RO},
{"keep_alive", T_INT, OFF(keep_alive), RO},
/* XXX send_buffer_size gone. where? document */
//{"send_buffer_size", T_INT, OFF(send_buffer_size), RO},
/*{"send_buffer_size", T_INT, OFF(send_buffer_size), RO},*/
{"path", T_STRING, OFF(path), RO},
{"pathlen", T_INT, OFF(pathlen), RO},
/* XXX names */
/* XXX wild names */
/* XXX server_uid and server_gid seem gone. Where? Document. */
//{"server_uid", T_INT, OFF(server_uid), RO},
//{"server_gid", T_INT, OFF(server_gid), RO},
/*{"server_uid", T_INT, OFF(server_uid), RO},*/
/*{"server_gid", T_INT, OFF(server_gid), RO},*/
/* XXX Document limit* below. Make RW? */
{"limit_req_line", T_INT, OFF(limit_req_line), RO},
{"limit_req_fieldsize", T_INT, OFF(limit_req_fieldsize),RO},
Expand Down
4 changes: 2 additions & 2 deletions src/util.c
Expand Up @@ -57,7 +57,7 @@
*
* util.c
*
* $Id: util.c,v 1.14 2002/11/08 00:15:11 gstein Exp $
* $Id: util.c,v 1.15 2002/12/30 15:17:56 grisha Exp $
*
* See accompanying documentation and source code comments
* for details.
Expand Down Expand Up @@ -299,7 +299,7 @@ PyObject *tuple_from_apr_uri(apr_uri_t *u)
Py_INCREF(Py_None);
PyTuple_SET_ITEM(t, 8, Py_None);
}
// XXX hostent, is_initialized, dns_*
/* XXX hostent, is_initialized, dns_* */

return t;
}
Expand Down

0 comments on commit 81d8c76

Please sign in to comment.