From ebb62867fb8a335f70c30e01280cc30f5c4d0597 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 6 Jun 2010 16:59:50 +0000 Subject: Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68 --- os/unix/unixd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os/unix') diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 0889672a9f..6e2f4f9082 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -52,6 +52,7 @@ unixd_config_rec ap_unixd_config; +APLOG_USE_MODULE(core); AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit, const char *arg, -- cgit v1.2.3