- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12

This commit is contained in:
jasper 2012-06-26 14:53:01 +00:00
parent 9041fc74ae
commit e2f5473ee7
9 changed files with 1 additions and 107 deletions

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-modules_s_permissions_im_hash_c,v 1.1 2012/04/22 21:44:24 sthen Exp $
--- modules_s/permissions/im_hash.c.orig Sun Apr 22 22:16:10 2012
+++ modules_s/permissions/im_hash.c Sun Apr 22 22:16:22 2012
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "../../str.h"
#include "../../ut.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-modules_tls_tls_mod_c,v 1.1 2012/04/22 21:44:24 sthen Exp $
--- modules/tls/tls_mod.c.orig Sun Apr 22 22:24:56 2012
+++ modules/tls/tls_mod.c Sun Apr 22 22:25:04 2012
@@ -47,6 +47,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "../../locking.h"
#include "../../sr_module.h"

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-net_base_listen_socket_unittest_cc,v 1.3 2012/02/17 10:19:51 robert Exp $
--- net/base/listen_socket_unittest.cc.orig Fri Jan 27 09:01:26 2012
+++ net/base/listen_socket_unittest.cc Thu Feb 9 09:31:06 2012
@@ -6,6 +6,9 @@
#include <fcntl.h>
#include <sys/types.h>
+#if defined(OS_OPENBSD)
+#include <netinet/in.h>
+#endif
#include "base/bind.h"
#include "base/eintr_wrapper.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-fastcgi_c,v 1.1.1.1 2012/03/27 14:21:26 sthen Exp $
--- fastcgi.c.orig Mon Feb 6 13:28:38 2012
+++ fastcgi.c Mon Feb 6 13:28:45 2012
@@ -5,6 +5,7 @@
#include "fastcgi.h"
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <sys/socket.h>

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-send_c,v 1.1 2010/09/22 15:03:45 ajacoutot Exp $
--- send.c.orig Wed Sep 22 16:51:37 2010
+++ send.c Wed Sep 22 16:52:08 2010
@@ -16,6 +16,7 @@
#include <time.h>
#include <string.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <pthread.h>
#include <errno.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-memcache_binary_protocol_c,v 1.1 2012/04/16 17:44:38 sthen Exp $
--- memcache_binary_protocol.c.orig Mon Apr 11 05:56:53 2011
+++ memcache_binary_protocol.c Thu Apr 12 21:53:47 2012
@@ -24,8 +24,9 @@
#endif
#include <stdint.h>
-#include <arpa/inet.h>
+#include <sys/types.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include "memcache_pool.h"
#include "ext/standard/php_smart_str.h"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-memcache_pool_c,v 1.1 2012/04/16 17:44:38 sthen Exp $
--- memcache_pool.c.orig Mon Apr 11 05:56:53 2011
+++ memcache_pool.c Thu Apr 12 21:53:54 2012
@@ -24,6 +24,8 @@
#endif
#include <zlib.h>
+#include <sys/types.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "php.h"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libdesklets_system_gtop_c,v 1.2 2008/12/21 10:36:30 ajacoutot Exp $
--- libdesklets/system/gtop.c.orig Thu Mar 20 00:00:58 2008
+++ libdesklets/system/gtop.c Sat Dec 20 16:06:19 2008
@@ -31,7 +31,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
-
+#include <netinet/in.h>
typedef struct
{

View File

@ -1,17 +1,6 @@
$OpenBSD: patch-daemon_gdm-xdmcp-display-factory_c,v 1.1 2011/09/12 07:39:21 ajacoutot Exp $
$OpenBSD: patch-daemon_gdm-xdmcp-display-factory_c,v 1.2 2012/06/26 14:54:29 jasper Exp $
--- daemon/gdm-xdmcp-display-factory.c.orig Fri Feb 18 04:27:53 2011
+++ daemon/gdm-xdmcp-display-factory.c Fri Jun 17 15:13:52 2011
@@ -33,8 +33,9 @@
#include <sys/socket.h>
#include <netdb.h>
-#include <arpa/inet.h>
#include <net/if.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
@@ -64,7 +65,7 @@
* On Sun, we need to define allow_severity and deny_severity to link
* against libwrap.