Make ttsetcompat() static

This commit is contained in:
Poul-Henning Kamp 2005-10-16 20:40:40 +00:00
parent 77d1500735
commit 51514bc484
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151386
2 changed files with 1 additions and 3 deletions

View File

@ -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) {

View File

@ -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);