From f5b6a4e5d7c5cbf697c9b8ad3c6af427af1055be Mon Sep 17 00:00:00 2001 From: tanimura Date: Sat, 15 Sep 2001 08:14:23 +0000 Subject: Catch up to the last commit of KSE. --- sys/dev/sound/pci/csamidi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/sound/pci/csamidi.c b/sys/dev/sound/pci/csamidi.c index df117af..74810aa 100644 --- a/sys/dev/sound/pci/csamidi.c +++ b/sys/dev/sound/pci/csamidi.c @@ -214,7 +214,7 @@ csamidi_attach(device_t dev) } static int -csamidi_ioctl(dev_t i_dev, u_long cmd, caddr_t arg, int mode, struct proc *p) +csamidi_ioctl(dev_t i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) { sc_p scp; mididev_info *devinfo; -- cgit v1.1