diff options
Diffstat (limited to 'sys/kern/tty_snoop.c')
-rw-r--r-- | sys/kern/tty_snoop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/tty_snoop.c b/sys/kern/tty_snoop.c index 9dbb3ea..42f23f3 100644 --- a/sys/kern/tty_snoop.c +++ b/sys/kern/tty_snoop.c @@ -519,8 +519,10 @@ static void *snp_devfs_token[NSNP]; #endif static snp_devsw_installed = 0; +static void snp_drvinit __P((void *unused)); static void -snp_drvinit(void *unused) +snp_drvinit(unused) + void *unused; { dev_t dev; #ifdef DEVFS |