Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 15:02:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 264654] /usr/include/sys/_termios.h
Message-ID:  <bug-264654-227-94qnJRKrq7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264654-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264654-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264654

--- Comment #9 from lu9dce <hellocodebsd@gmail.com> ---
if visible like this it works fine

#if __BSD_VISIBLE
#define B7200   7200
#define B14400  14400
#define B28800  28800
#define B57600  57600
#define B76800  76800
#define B115200 115200
#define B230400 230400
#define B460800 460800
#define B500000 500000
#define B576000 576000
#define B921600 921600
#define B1000000        1000000U
#define B1152000        1152000U
#define B1500000        1500000U
#define B2000000        2000000U
#define B2500000        2500000U
#define B3000000        3000000U
#define B3500000        3500000U
#define B4000000        4000000U
#define EXTA    19200
#define EXTB    38400
#endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264654-227-94qnJRKrq7>