View | Details | Raw Unified | Return to bug 251868 | Differences between
and this patch

Collapse All | Expand All

(-)./termios.h (+4 lines)
Lines 92-97 Link Here
92
void	cfmakeraw(struct termios *);
92
void	cfmakeraw(struct termios *);
93
void	cfmakesane(struct termios *);
93
void	cfmakesane(struct termios *);
94
int	cfsetspeed(struct termios *, speed_t);
94
int	cfsetspeed(struct termios *, speed_t);
95
96
#include <sys/ioctl.h>
97
int	tcgetwinsize(int, struct winsize *);
98
int	tcsetwinsize(int, const struct winsize *);
95
#endif
99
#endif
96
__END_DECLS
100
__END_DECLS
97
101

Return to bug 251868