Date: Sun, 05 Aug 2001 11:41:19 +0200 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Michael Reifenberger <root@nihil.plaut.de> Cc: FreeBSD-Current <current@FreeBSD.ORG> Subject: Re: Linux ls fails on DEVFS /dev Message-ID: <29406.997004479@critter> In-Reply-To: Your message of "Sun, 05 Aug 2001 11:05:08 %2B0200." <20010805104350.A1188-100000@nihil>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010805104350.A1188-100000@nihil>, Michael Reifenberger writes: >Hi, >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)... Open a PR so I don't forget and please include how I can reproduce it while I test. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29406.997004479>