PERFORCE change 66294 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 2 18:08:38 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66294

Change 66294 by sam at 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");


More information about the p4-projects mailing list