summaryrefslogtreecommitdiff
path: root/src/mod_status.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-11-25 01:54:08 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:28 -0400
commit010c28949c17f3a846d78e4938ae53f165b6b3f1 (patch)
tree19423195330404ccb34456b87fa4e4f93d0f9708 /src/mod_status.c
parent644725127f029b9e8b5a4b5c0d64867243f788c5 (diff)
downloadlighttpd-git-010c28949c17f3a846d78e4938ae53f165b6b3f1.tar.gz
[multiple] prefer (connection *) to (srv *)
convert all log_error_write() to log_error() and pass (log_error_st *) use con->errh in preference to srv->errh (even though currently same) avoid passing (server *) when previously used only for logging (errh)
Diffstat (limited to 'src/mod_status.c')
-rw-r--r--src/mod_status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_status.c b/src/mod_status.c
index 5669df06..ece54cb4 100644
--- a/src/mod_status.c
+++ b/src/mod_status.c
@@ -13,7 +13,6 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
-#include <errno.h>
#include <time.h>
#include <stdio.h>