version 0.6.9, to match net/wpa_supplicant. The wpa_gui application appears largely unchanged according to the change log. 2009-01-06 - v0.6.7 * fixed PSK editing in wpa_gui 2006-01-29 - v0.5.1 * wpa_cli/wpa_gui: skip non-socket files in control directory when using UNIX domain sockets; this avoids selecting an incorrect interface (e.g., a PID file could be in this directory, even though use of this directory for something else than socket files is not recommended)
17 lines
420 B
Text
17 lines
420 B
Text
$NetBSD: patch-ab,v 1.2 2009/08/22 06:33:40 dsainty Exp $
|
|
|
|
--- wpa_supplicant/wpa_gui/wpagui.ui.h.orig 2006-11-27 14:14:56.000000000 +0000
|
|
+++ wpa_supplicant/wpa_gui/wpagui.ui.h
|
|
@@ -10,12 +10,7 @@
|
|
** destructor.
|
|
*****************************************************************************/
|
|
|
|
-
|
|
-#ifdef __MINGW32__
|
|
-/* Need to get getopt() */
|
|
#include <unistd.h>
|
|
-#endif
|
|
-
|
|
#include <stdlib.h>
|
|
|
|
void WpaGui::init()
|