summaryrefslogtreecommitdiffstats
path: root/os/unix
diff options
context:
space:
mode:
Diffstat (limited to 'os/unix')
-rw-r--r--os/unix/unixd.c4
-rw-r--r--os/unix/unixd.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/os/unix/unixd.c b/os/unix/unixd.c
index 168a9a9cb0..1db01cddf6 100644
--- a/os/unix/unixd.c
+++ b/os/unix/unixd.c
@@ -419,8 +419,8 @@ AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
#endif
}
-AP_HOOK_STRUCT(
- AP_HOOK_LINK(get_suexec_identity)
+APR_HOOK_STRUCT(
+ APR_HOOK_LINK(get_suexec_identity)
)
AP_IMPLEMENT_HOOK_RUN_FIRST(ap_unix_identity_t *, get_suexec_identity,
diff --git a/os/unix/unixd.h b/os/unix/unixd.h
index 205efcaf74..1e6224ea03 100644
--- a/os/unix/unixd.h
+++ b/os/unix/unixd.h
@@ -67,7 +67,7 @@
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
-#include "ap_hooks.h"
+#include "apr_hooks.h"
#include "apr_thread_proc.h"
#include <pwd.h>