1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix build.

This commit is contained in:
Gleb Smirnoff 2006-02-15 08:25:40 +00:00
parent 1dae40eb49
commit a7c959fe18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155708

View File

@ -328,8 +328,8 @@ struct ifmedia_description {
{ IFM_1000_T, "1000baseTX" }, \
{ IFM_1000_T, "1000baseT" }, \
{ IFM_HPNA_1, "homePNA" }, \
{ IFM_10GBASE_SR, "10GBASE-SR" }, \
{ IFM_10GBASE_LR, "10GBASE-LR" }, \
{ IFM_10G_LR, "10Gbase-LR" }, \
{ IFM_10G_SR, "10Gbase-SR" }, \
{ 0, NULL }, \
}