K 10 svn:author V 3 phk K 8 svn:date V 27 2001-08-14T06:42:32.000000Z K 7 svn:log V 373 linux ls fails on DEVFS /dev because linux_getdents fails because linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for linux_dirent and sizeof(dirent) != sizeof(linux_dirent)... PR: 29467 Submitted by: Michael Reifenberger Reviewed by: phk END