Date: Sun, 9 Feb 2025 00:10:41 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7835a4ad6948 - main - net: if_media fix syntax/build Message-ID: <202502090010.5190AfjH071328@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=7835a4ad6948290c92ea55c7be34ae72f4e2b0bd commit 7835a4ad6948290c92ea55c7be34ae72f4e2b0bd Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-02-09 00:08:37 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-02-09 00:10:27 +0000 net: if_media fix syntax/build Fixes: d82c3e815a5f ("net: if_media for 100BASE-BX") MFC after: 3 days --- sys/net/if_media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_media.h b/sys/net/if_media.h index 37cc4c509650..a2cac00550ef 100644 --- a/sys/net/if_media.h +++ b/sys/net/if_media.h @@ -439,7 +439,7 @@ struct ifmedia_description { { IFM_100_T4, "100baseT4" }, \ { IFM_100_VG, "100baseVG" }, \ { IFM_100_T2, "100baseT2" }, \ - { IFM_100_BX, "100baseBX" }. \ + { IFM_100_BX, "100baseBX" }, \ { IFM_10_STP, "10baseSTP" }, \ { IFM_10_FL, "10baseFL" }, \ { IFM_1000_SX, "1000baseSX" }, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502090010.5190AfjH071328>