PERFORCE change 133349 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 15 13:17:51 PST 2008


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

Change 133349 by sam at sam_ebb on 2008/01/15 21:17:28

	correct typo

Affected files ...

.. //depot/projects/vap/sys/dev/wi/if_wivar.h#7 edit

Differences ...

==== //depot/projects/vap/sys/dev/wi/if_wivar.h#7 (text+ko) ====

@@ -172,9 +172,9 @@
 
 	u_int16_t		sc_txbuf[IEEE80211_MAX_LEN/2];
 
-	struct wi_tx_radiotap_header sc_tx_th
+	struct wi_tx_radiotap_header sc_tx_th;
 	int			sc_tx_th_len;
-	struct wi_rx_radiotap_header sc_rx_th
+	struct wi_rx_radiotap_header sc_rx_th;
 	int			sc_rx_th_len;
 };
 


More information about the p4-projects mailing list