diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-24 21:36:53 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-24 21:36:53 +0000 |
commit | 51e60e6264afe64d08c4151caac1b9c6df793b1d (patch) | |
tree | 9106c7dca3f6befa328566c0b0c389f50503487c /www/nginx-devel/files | |
parent | 75c86e69da79a3f37a6ff8f7576d769569410547 (diff) |
Notes
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/patch-src-core-ngx_module.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/nginx-devel/files/patch-src-core-ngx_module.h b/www/nginx-devel/files/patch-src-core-ngx_module.h deleted file mode 100644 index d6432e9090ef..000000000000 --- a/www/nginx-devel/files/patch-src-core-ngx_module.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/ngx_module.h.orig 2016-02-10 19:26:57.903123000 -0500 -+++ src/core/ngx_module.h 2016-02-10 19:27:40.978113000 -0500 -@@ -253,7 +253,7 @@ - ngx_uint_t spare1; - - ngx_uint_t version; -- char *signature; -+ const char *signature; - - void *ctx; - ngx_command_t *commands; |