diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-27 21:16:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-27 21:16:26 +0000 |
| commit | 7ce296cf0466d691442ed9a35c51ffdf779893ef (patch) | |
| tree | 9f91aba7f4622722e3c94741ea86592dd8d6a636 /sys/dev/syscons/sysmouse.c | |
| parent | 3bad06e9baeb48e351b485cc8cc7045c870d0cae (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/sysmouse.c')
| -rw-r--r-- | sys/dev/syscons/sysmouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 4f660e09e878..0f6cec526182 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -70,8 +70,8 @@ smopen(struct cdev *dev, int flag, int mode, struct thread *td) { struct tty *tp; - DPRINTF(5, ("smopen: dev:%d,%d, vty:%d\n", - major(dev), minor(dev), SC_VTY(dev))); + DPRINTF(5, ("smopen: dev:%s, vty:%d\n", + devtoname(dev), SC_VTY(dev))); #if 0 if (SC_VTY(dev) != SC_MOUSE) |
