summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2011-01-06 05:19:38 +0000
committerobache <obache>2011-01-06 05:19:38 +0000
commit204ca30acb5df1e0576c1d66916e7ac84d09ad21 (patch)
tree644fcec94ffba4d183a2e5de94de33aeffafe5c4 /net
parent318ebccfcd8c9ad8f760882842db71ae61777c07 (diff)
downloadpkgsrc-204ca30acb5df1e0576c1d66916e7ac84d09ad21.tar.gz
remove unwanted patches since last update.
Diffstat (limited to 'net')
-rw-r--r--net/dhcpcd/patches/patch-aa35
-rw-r--r--net/dhcpcd/patches/patch-ab14
2 files changed, 0 insertions, 49 deletions
diff --git a/net/dhcpcd/patches/patch-aa b/net/dhcpcd/patches/patch-aa
deleted file mode 100644
index 7cb3058e487..00000000000
--- a/net/dhcpcd/patches/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2010/12/07 22:53:48 abs Exp $
-
---- if-bsd.c.orig 2010-12-05 21:31:47.000000000 +0000
-+++ if-bsd.c
-@@ -37,10 +37,12 @@
- #include <net/if_dl.h>
- #include <net/route.h>
- #include <netinet/in.h>
--#ifdef __DragonFly__
-+#ifndef __APPLE__
-+# ifdef __DragonFly__
- # include <netproto/802_11/ieee80211_ioctl.h>
--#else
-+# else
- # include <net80211/ieee80211_ioctl.h>
-+# endif
- #endif
-
- #include <errno.h>
-@@ -342,6 +344,7 @@ manage_link(int fd)
- for (p = link_buf; p < e; p += rtm->rtm_msglen) {
- rtm = (struct rt_msghdr *)(void *)p;
- switch(rtm->rtm_type) {
-+#ifdef RTM_IFANNOUNCE
- case RTM_IFANNOUNCE:
- ifan = (struct if_announcemsghdr *)(void *)p;
- switch(ifan->ifan_what) {
-@@ -353,6 +356,7 @@ manage_link(int fd)
- break;
- }
- break;
-+#endif
- case RTM_IFINFO:
- ifm = (struct if_msghdr *)(void *)p;
- memset(ifname, 0, sizeof(ifname));
diff --git a/net/dhcpcd/patches/patch-ab b/net/dhcpcd/patches/patch-ab
deleted file mode 100644
index 3452203aeaf..00000000000
--- a/net/dhcpcd/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/12/07 22:53:48 abs Exp $
-
---- platform-bsd.c.orig 2010-12-05 22:00:27.000000000 +0000
-+++ platform-bsd.c
-@@ -31,6 +31,9 @@
-
- #include "platform.h"
-
-+#ifdef __APPLE__
-+# define SYS_NMLN 256
-+#endif
- static char march[SYS_NMLN];
-
- char *