Date: Fri, 3 Dec 2004 02:08:36 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 66294 for review Message-ID: <200412030208.iB328an4026574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66294 Change 66294 by sam@sam_ebb on 2004/12/03 02:08:01 typo Affected files ... .. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#22 edit Differences ... ==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#22 (text+ko) ==== @@ -1455,7 +1455,7 @@ } else { ireq.i_type = IEEE80211_IOC_ROAMING; if (ioctl(s, SIOCG80211, &ireq) != -1) { - printf("%croaming", spacer); + printf("%croaming ", spacer); switch (ireq.i_val) { case IEEE80211_ROAMING_DEVICE: printf("DEVICE");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412030208.iB328an4026574>