aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
commit733634738ed6c3de9cd7937fdecdcaaa5555b03f (patch)
tree136df2f5eb3978a913bbef50def66e4c0eb9606d /sys/pc98
parenta9c76d92d2f1973701e47abbb31b9c53d10a0efd (diff)
downloadsrc-733634738ed6c3de9cd7937fdecdcaaa5555b03f.tar.gz
src-733634738ed6c3de9cd7937fdecdcaaa5555b03f.zip
Eliminate two unused arguments to ttycreate().
Notes
Notes: svn path=/head/; revision=151383
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index f8b5181000b3..b3638d7ef98e 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -1762,7 +1762,7 @@ determined_type: ;
}
/* We're ready, open the doors... */
- ttycreate(tp, NULL, unit, MINOR_CALLOUT, "d%r", unit);
+ ttycreate(tp, TS_CALLOUT, "d%r", unit);
return (0);
}