[Bug 264654] /usr/include/sys/_termios.h
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264654] /usr/include/sys/_termios.h"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jun 2022 15:02:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264654 --- 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 -- You are receiving this mail because: You are the assignee for the bug.