win32/Makefile \
$(LIBUSUAL_DIST)
-# libusual files (fixme: list should be provided by libusual...)
+# libusual files (FIXME: list should be provided by libusual...)
LIBUSUAL_DIST = $(filter-out %/config.h, $(wildcard \
lib/usual/*.[chg] \
lib/usual/*/*.[ch] \
/*
* A user in login db.
*
- * fixme: remove ->head as ->tree_node should be enough.
+ * FIXME: remove ->head as ->tree_node should be enough.
*
* For databases where remote user is forced, the pool is:
* first(db->forced_user->pool_list), where pool_list has only one entry.
if (count_paused_databases() > 0)
res = admin_ready(admin, "PAUSE");
else
- /* fixme */
+ /* FIXME */
fatal("admin_pause_done: bad state");
}
const char *act = on ? "install" : "uninstall";
int res = 0;
#ifdef TCP_DEFER_ACCEPT
- int val = 45; /* fixme: proper value */
+ int val = 45; /* FIXME: proper value */
socklen_t vlen = sizeof(val);
res = getsockopt(sock, IPPROTO_TCP, TCP_DEFER_ACCEPT, &val, &vlen);
log_noise("old TCP_DEFER_ACCEPT on %d = %d", sock, val);
sbuf->pkt_action = ACT_CALL;
sbuf->pkt_remain = amount;
- /* sbuf->dst = NULL; // fixme ?? */
+ /* sbuf->dst = NULL; // FIXME ?? */
}
/*************************
switch (PQresultStatus(res)) {
case PGRES_TUPLES_OK:
- /* todo: check result */
+ /* TODO: check result */
if (db->_arglen > 0) {
int curlen = strlen(PQgetvalue(res, 0, 0));
if (curlen != db->_arglen) {