diff options
author | tanimura <tanimura@FreeBSD.org> | 2001-09-15 08:14:23 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 2001-09-15 08:14:23 +0000 |
commit | f5b6a4e5d7c5cbf697c9b8ad3c6af427af1055be (patch) | |
tree | 39dee2db1d20b0a61b4647fbb100a46110355a82 /sys | |
parent | 903a77c857c987dd0ed645f9406df758f2ce3a1a (diff) | |
download | FreeBSD-src-f5b6a4e5d7c5cbf697c9b8ad3c6af427af1055be.zip FreeBSD-src-f5b6a4e5d7c5cbf697c9b8ad3c6af427af1055be.tar.gz |
Catch up to the last commit of KSE.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pci/csamidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |