diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-02-28 03:12:00 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-02-28 03:12:00 +0000 |
commit | f24d9c32a0cb598bb1ed060dd47a6ba9d2a2a0b4 (patch) | |
tree | 24da37e3a724befde2771d80e58cdecb5adbea72 | |
parent | 3c854532b0231aefd1836d12b167ef3403f72658 (diff) | |
download | src-f24d9c32a0cb598bb1ed060dd47a6ba9d2a2a0b4.tar.gz src-f24d9c32a0cb598bb1ed060dd47a6ba9d2a2a0b4.zip |
Fix warnings (prototype for nonexisting static function)
Notes
Notes:
svn path=/head/; revision=91462
-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 |