aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/510-multicall.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-24 03:34:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-24 03:34:46 +0000
commite11d870f5264b1915c399b7988fde53222d3fb80 (patch)
tree69f45d0b0c226a92a221278b11278d46fd52d478 /package/hostapd/patches/510-multicall.patch
parenta21fe5047cc039262dd203bc83f868a0def891be (diff)
downloadupstream-e11d870f5264b1915c399b7988fde53222d3fb80.tar.gz
upstream-e11d870f5264b1915c399b7988fde53222d3fb80.tar.bz2
upstream-e11d870f5264b1915c399b7988fde53222d3fb80.zip
hostapd: fix a few compile errors and warnings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/510-multicall.patch')
-rw-r--r--package/hostapd/patches/510-multicall.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/510-multicall.patch b/package/hostapd/patches/510-multicall.patch
index 81a18b90e3..6ac66cfcac 100644
--- a/package/hostapd/patches/510-multicall.patch
+++ b/package/hostapd/patches/510-multicall.patch
@@ -212,7 +212,7 @@
wpa_debug_open_syslog();
--- a/hostapd/main.c
+++ b/hostapd/main.c
-@@ -501,6 +501,9 @@ static const char * hostapd_msg_ifname_c
+@@ -502,6 +502,9 @@ static const char * hostapd_msg_ifname_c
return NULL;
}
@@ -222,7 +222,7 @@
int main(int argc, char *argv[])
{
-@@ -513,6 +516,7 @@ int main(int argc, char *argv[])
+@@ -514,6 +517,7 @@ int main(int argc, char *argv[])
if (os_program_init())
return -1;