summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r--sys/kern/tty_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index ba3d785..0609dc9 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -198,12 +198,12 @@ l_nostart(tp)
* discipline specific ioctl command.
*/
int
-l_nullioctl(tp, cmd, data, flags, p)
+l_nullioctl(tp, cmd, data, flags, td)
struct tty *tp;
u_long cmd;
char *data;
int flags;
- struct proc *p;
+ struct thread *td;
{
return (ENOIOCTL);
OpenPOWER on IntegriCloud