Make ttsetcompat() static
This commit is contained in:
parent
77d1500735
commit
51514bc484
@ -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…
x
Reference in New Issue
Block a user