diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 21:22:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 21:22:36 +0000 |
commit | c1ea324e1dc467656269e5863a8c7e178990a067 (patch) | |
tree | 692332834a118a969f55de4061d9af332aad1f36 /net/wmwifi/files/patch-wmwifi.c | |
parent | - Update to match editors/emacs (diff) |
WindowMaker dockapp for displaying signal strenghts of WLAN Adapters
PR: ports/82891
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
Notes
Notes:
svn path=/head/; revision=138678
Diffstat (limited to 'net/wmwifi/files/patch-wmwifi.c')
-rw-r--r-- | net/wmwifi/files/patch-wmwifi.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/wmwifi/files/patch-wmwifi.c b/net/wmwifi/files/patch-wmwifi.c new file mode 100644 index 000000000000..2e9bde734b5d --- /dev/null +++ b/net/wmwifi/files/patch-wmwifi.c @@ -0,0 +1,10 @@ +--- src/wmwifi.c.orig Sat Jul 2 14:54:17 2005 ++++ src/wmwifi.c Sat Jul 2 14:54:21 2005 +@@ -67,6 +67,7 @@ + int ncolor = 0; + struct wifi wfi; + ++ bzero(&wfi, sizeof(wfi)); + /* find a valid wireless interface */ + #if __FreeBSD__ + wfi.ifnum = get_wlaniface(0, 1); |