summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_rpaf/files/012_Add-missing-header-for-inet_addr.patch')
-rw-r--r--www-apache/mod_rpaf/files/012_Add-missing-header-for-inet_addr.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/www-apache/mod_rpaf/files/012_Add-missing-header-for-inet_addr.patch b/www-apache/mod_rpaf/files/012_Add-missing-header-for-inet_addr.patch
deleted file mode 100644
index b31f91db29af..000000000000
--- a/www-apache/mod_rpaf/files/012_Add-missing-header-for-inet_addr.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Add missing header for inet_addr
-Author: Sergey B Kirpichev <skirpichev@gmail.com>
-
----
- mod_rpaf-2.0.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/mod_rpaf-2.0.c
-+++ b/mod_rpaf-2.0.c
-@@ -64,6 +64,7 @@
- *
- */
-
-+#include <arpa/inet.h>
- #include "httpd.h"
- #include "http_config.h"
- #include "http_core.h"