diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-24 03:34:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-24 03:34:46 +0000 |
commit | cbbe49a1d8f3daabca43b65184a18fd895f90b2d (patch) | |
tree | 3bdb5db904b0b68ae748a2966dc16e053b478af4 /package/hostapd/patches/510-multicall.patch | |
parent | e15e8f6976a0812fd259860499476d1cad3c268f (diff) | |
download | upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.tar.gz upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.tar.bz2 upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.zip |
hostapd: fix a few compile errors and warnings
SVN-Revision: 26751
Diffstat (limited to 'package/hostapd/patches/510-multicall.patch')
-rw-r--r-- | package/hostapd/patches/510-multicall.patch | 4 |
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; |