6 lines
151 B
C
6 lines
151 B
C
/* $FreeBSD$ */
|
|
#ifdef __GNUC__
|
|
#warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead"
|
|
#endif
|
|
#include <termios.h>
|