mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Wrong patch had been applied.
This commit is contained in:
parent
cef8bf096f
commit
186f1be198
1 changed files with 1 additions and 3 deletions
|
|
@ -94,11 +94,9 @@ static void zsstop __P((struct tty *tp, int flag));
|
|||
|
||||
int zs_cngetc __P((dev_t));
|
||||
void zs_cnputc __P((dev_t, int));
|
||||
static void zs_cnpollc __P((dev_t, int));
|
||||
|
||||
struct consdev zs_cons = {
|
||||
NULL, NULL, NULL, zs_cngetc, NULL, zs_cnputc,
|
||||
NULL, 0, CN_NORMAL,
|
||||
NULL, NULL, NULL, zs_cngetc, NULL, zs_cnputc, NULL, NULL, 0, CN_NORMAL
|
||||
};
|
||||
|
||||
static caddr_t zs_console_addr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue