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

This commit is contained in:
jasper 2012-06-26 14:02:18 +00:00
parent fdb3149800
commit 02abd40f9d
7 changed files with 0 additions and 79 deletions

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-configure,v 1.7 2012/02/27 13:46:10 ajacoutot Exp $
--- configure.orig Mon Feb 27 08:46:52 2012
+++ configure Mon Feb 27 08:47:07 2012
@@ -19147,6 +19147,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$as_echo "yes" >&6; }
cat >> "libgphoto2/gphoto2-endian.h" << EOF
/* ntohl and relatives live here */
+#include <netinet/in.h>
#include <arpa/inet.h>
EOF

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-config_auto_ipv6_test_in,v 1.1 2012/03/08 14:56:25 pascal Exp $
--- config/auto/ipv6/test.in.orig Wed Feb 8 00:18:43 2012
+++ config/auto/ipv6/test.in Wed Feb 8 00:18:56 2012
@@ -9,6 +9,7 @@ Copyright (C) 2010-2011, Parrot Foundation.
#else
# include <sys/types.h>
# include <sys/socket.h>
+# include <netinet/in.h>
# include <netdb.h>
#endif

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_msmtp_c,v 1.1 2012/01/12 23:37:47 gsoares Exp $
--- src/msmtp.c.orig Thu Jan 5 15:28:34 2012
+++ src/msmtp.c Tue Jan 10 21:47:19 2012
@@ -42,6 +42,7 @@ extern int optind;
#include <unistd.h>
#include <fcntl.h>
#ifdef HAVE_ARPA_INET_H
+# include <netinet/in.h>
# include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_net_c,v 1.1 2012/01/12 23:37:47 gsoares Exp $
--- src/net.c.orig Tue Apr 26 23:36:45 2011
+++ src/net.c Tue Jan 10 21:47:28 2012
@@ -37,6 +37,7 @@
# include <sys/socket.h>
#endif
#ifdef HAVE_ARPA_INET_H
+# include <netinet/in.h>
# include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-test_fakesmtp_c,v 1.1 2012/06/18 16:03:00 pascal Exp $
--- test/fakesmtp.c.orig Mon Jun 11 14:19:02 2012
+++ test/fakesmtp.c Mon Jun 11 14:19:19 2012
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <sys/socket.h>

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_netservice_c,v 1.1.1.1 2010/12/11 11:14:54 sebastia Exp $
--- src/netservice.c.orig Wed Mar 3 21:45:58 2010
+++ src/netservice.c Fri Dec 3 16:56:00 2010
@@ -6,6 +6,8 @@
*
*/
+#include <sys/types.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <grp.h>

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_srcp-server_c,v 1.1.1.1 2010/12/11 11:14:54 sebastia Exp $
--- src/srcp-server.c.orig Sun Feb 28 21:01:39 2010
+++ src/srcp-server.c Fri Dec 3 16:56:41 2010
@@ -5,6 +5,8 @@
* Version 2, 1991. (c) Matthias Trute, 2000-2001.
*/
+#include <sys/types.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>