1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/nginx/files/extra-patch-ngx_link_func_module.c
Jochen Neumeister 00f02ee593 Update 3rd party module nginx-link-function to 3.2.3
Reported by:	kidon at posteo de via eMail
Sponsored by:	Netzkommune GmbH
2020-06-05 09:43:11 +00:00

12 lines
403 B
C

--- ../nginx-link-function-3.2.3/src/ngx_link_func_module.c.orig 2020-01-24 10:32:50.550797000 -0500
+++ ../nginx-link-function-3.2.3/src/ngx_link_func_module.c 2020-01-24 10:33:17.135348000 -0500
@@ -35,7 +35,7 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
-#include <ngx_link_func_module.h>
+#include "ngx_link_func_module.h"
#define MODULE_NAME "nginx_link_function"