From 92c569024302423fed81d681671fc0572bb1f1e7 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 21 Nov 2012 20:27:06 +0000 Subject: [package] hostapd: include sys/stat.h for a struct stat definition Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34295 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/hostapd/patches/100-pending_work.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/hostapd/patches/100-pending_work.patch') diff --git a/package/network/services/hostapd/patches/100-pending_work.patch b/package/network/services/hostapd/patches/100-pending_work.patch index 73949dd38..b7c77283e 100644 --- a/package/network/services/hostapd/patches/100-pending_work.patch +++ b/package/network/services/hostapd/patches/100-pending_work.patch @@ -83,7 +83,7 @@ pos[1] = 0; pos += 2; } -@@ -7698,6 +7698,10 @@ static int i802_set_wds_sta(void *priv, +@@ -7698,6 +7698,10 @@ static int i802_set_wds_sta(void *priv, } return i802_set_sta_vlan(priv, addr, name, 0); } else { -- cgit v1.2.3