regen patches, no package change (i.e. this doesn't fix it. ;)

This commit is contained in:
sthen 2012-01-14 12:57:10 +00:00
parent bb1fb8e826
commit 83b570a541
5 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,6 @@
--- original/.config Thu Jan 1 01:00:00 1970
+++ .config Fri May 18 03:03:31 2007
$OpenBSD: patch-_config,v 1.1 2012/01/14 12:57:10 sthen Exp $
--- .config.orig Sat Jan 14 12:52:53 2012
+++ .config Sat Jan 14 12:52:53 2012
@@ -0,0 +1,19 @@
+CONFIG_CTRL_IFACE=y
+CONFIG_DRIVER_WIRED=y

View File

@ -1,5 +1,6 @@
--- original/common.h Sun Dec 31 22:41:44 2006
+++ common.h Fri May 18 01:48:18 2007
$OpenBSD: patch-common_h,v 1.2 2012/01/14 12:57:10 sthen Exp $
--- common.h.orig Tue May 29 03:08:48 2007
+++ common.h Sat Jan 14 12:52:53 2012
@@ -80,8 +80,29 @@ static inline unsigned int wpa_swap_32(unsigned int v)
#define be_to_host32(n) wpa_swap_32(n)
#define host_to_be32(n) wpa_swap_32(n)

View File

@ -1,5 +1,6 @@
--- original/driver_wired.c Sun Dec 31 04:28:05 2006
+++ driver_wired.c Fri May 18 02:06:07 2007
$OpenBSD: patch-driver_wired_c,v 1.2 2012/01/14 12:57:10 sthen Exp $
--- driver_wired.c.orig Tue May 29 01:41:52 2007
+++ driver_wired.c Sat Jan 14 12:52:53 2012
@@ -18,7 +18,7 @@
#ifdef __linux__
#include <netpacket/packet.h>
@ -9,7 +10,7 @@
#include <net/if_dl.h>
#endif /* __FreeBSD__ */
@@ -125,7 +125,7 @@ static int wpa_driver_wired_multi(const char *ifname,
@@ -119,7 +119,7 @@ static int wpa_driver_wired_multi(const char *ifname,
ifr.ifr_hwaddr.sa_family = AF_UNSPEC;
os_memcpy(ifr.ifr_hwaddr.sa_data, addr, ETH_ALEN);
#endif /* __linux__ */

View File

@ -1,5 +1,6 @@
--- original/os_internal.c Sun Dec 31 22:41:44 2006
+++ os_internal.c Fri May 18 01:49:29 2007
$OpenBSD: patch-os_internal_c,v 1.2 2012/01/14 12:57:10 sthen Exp $
--- os_internal.c.orig Tue May 29 03:08:48 2007
+++ os_internal.c Sat Jan 14 12:52:53 2012
@@ -178,7 +178,7 @@ int os_setenv(const char *name, const char *value, int
int os_unsetenv(const char *name)

View File

@ -1,5 +1,6 @@
--- original/os_unix.c Sun Dec 31 22:41:44 2006
+++ os_unix.c Fri May 18 01:48:53 2007
$OpenBSD: patch-os_unix_c,v 1.2 2012/01/14 12:57:10 sthen Exp $
--- os_unix.c.orig Tue May 29 03:08:48 2007
+++ os_unix.c Sat Jan 14 12:52:53 2012
@@ -171,7 +171,7 @@ int os_setenv(const char *name, const char *value, int
int os_unsetenv(const char *name)