Fix for 2.6.10 and earlier. Rename comedi_compat_ioctl function to
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Nov 2007 17:18:57 +0000 (17:18 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 7 Nov 2007 17:18:57 +0000 (17:18 +0000)
commit7d88c72f4ad7a6c1b1a0a5e927726fbe1ef52224
treea5d95c781fac77bec6d3afcdb5e5c245d7a0ffa7
parent5e68fbb529eed0690dc90764f9ae6e71581060bf
Fix for 2.6.10 and earlier.  Rename comedi_compat_ioctl function to
comedi_compat_ioctl_ and define comedi_compat_ioctl macro to access it.
The comedi_compat_ioctl macro expands to 0 for 2.6.10 and earlier
(HAVE_COMPAT_IOCTL undefined) so it tried to define a function called '0'!
comedi/comedi_compat32.c
comedi/comedi_compat32.h