K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-11-13T05:00:12.000000Z K 7 svn:log V 207 Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in the mdio structure is an array and not a pointer, we cannot test for it to be NULL. It never is. Instead, test for md_file[0] to be '\0'. END