these patches are no longer needed

This commit is contained in:
jasper 2014-03-09 19:54:08 +00:00
parent f40b594162
commit 50711595b0
2 changed files with 0 additions and 27 deletions

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-stun_stun5389_c,v 1.4 2012/04/30 09:38:13 ajacoutot Exp $
--- stun/stun5389.c.orig Mon Apr 30 10:40:59 2012
+++ stun/stun5389.c Mon Apr 30 10:41:08 2012
@@ -41,6 +41,7 @@
#ifdef _WIN32
#include <winsock2.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h> /* htons() */
#endif

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-stun_tools_stunbdc_c,v 1.4 2012/04/30 09:38:13 ajacoutot Exp $
--- stun/tools/stunbdc.c.orig Mon Apr 30 10:41:35 2012
+++ stun/tools/stunbdc.c Mon Apr 30 10:41:45 2012
@@ -43,11 +43,11 @@
#ifdef _WIN32
# include <winsock2.h>
#else
+# include <sys/types.h>
# include <sys/socket.h>
# include <netdb.h>
#endif
-#include <sys/types.h>
#include "stun/stunagent.h"
#include "stun/usages/bind.h"