- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
This commit is contained in:
parent
02abd40f9d
commit
e021936b1b
@ -1,11 +1,10 @@
|
||||
$OpenBSD: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig Tue Nov 15 23:57:41 2011
|
||||
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c Tue Nov 15 23:57:43 2011
|
||||
@@ -11,6 +11,8 @@
|
||||
$OpenBSD: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c,v 1.2 2012/06/26 14:15:23 jasper Exp $
|
||||
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig Thu Sep 9 19:41:26 2010
|
||||
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c Tue Jun 26 16:05:07 2012
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
|
||||
//////////////////////////////////////
|
||||
|
@ -1,13 +1,12 @@
|
||||
$OpenBSD: patch-src_htmsocket_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/htmsocket.c.orig Tue Nov 15 23:39:56 2011
|
||||
+++ src/htmsocket.c Tue Nov 15 23:41:35 2011
|
||||
@@ -9,7 +9,10 @@
|
||||
$OpenBSD: patch-src_htmsocket_c,v 1.2 2012/06/26 14:15:23 jasper Exp $
|
||||
--- src/htmsocket.c.orig Sun Mar 14 20:24:05 2010
|
||||
+++ src/htmsocket.c Tue Jun 26 16:05:26 2012
|
||||
@@ -9,7 +9,9 @@
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_common_c,v 1.1.1.1 2011/12/01 11:49:27 pascal Exp $
|
||||
--- src/common.c.orig Sun Oct 23 19:17:30 2011
|
||||
+++ src/common.c Sun Oct 30 17:07:11 2011
|
||||
@@ -39,9 +39,9 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
-#include <netinet/in.h>
|
||||
|
||||
#include "common.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user