mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Make ttsetcompat() static
This commit is contained in:
parent
77d1500735
commit
51514bc484
2 changed files with 1 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ ttcompatspeedtab(int speed, struct speedtab *table)
|
|||
return (1); /* 50, min and not hangup */
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term)
|
||||
{
|
||||
switch (*com) {
|
||||
|
|
|
|||
|
|
@ -337,8 +337,6 @@ int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag);
|
|||
int ttioctl(struct tty *tp, u_long com, void *data, int flag);
|
||||
int ttread(struct tty *tp, struct uio *uio, int flag);
|
||||
void ttrstrt(void *tp);
|
||||
int ttsetcompat(struct tty *tp, u_long *com, caddr_t data,
|
||||
struct termios *term);
|
||||
void ttsetwater(struct tty *tp);
|
||||
int ttspeedtab(int speed, struct speedtab *table);
|
||||
int ttstart(struct tty *tp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue