diff options
-rw-r--r-- | sys/i386/ibcs2/ibcs2_ioctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index cb5d5aeeb1c8..3c3d36addda5 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -54,8 +54,6 @@ static void stios2btios __P((struct ibcs2_termios *, struct termios *)); static void btios2stios __P((struct termios *, struct ibcs2_termios *)); static void stios2stio __P((struct ibcs2_termios *, struct ibcs2_termio *)); static void stio2stios __P((struct ibcs2_termio *, struct ibcs2_termios *)); -static int ibcs2_do_ioctl __P((struct proc *, struct ibcs2_ioctl_args *, - struct file *)); int |