看板 DFBSD_commit 關於我們 聯絡資訊
On Tue, Apr 26, 2005 at 01:27:44AM -0700, Joerg Sonnenberger wrote: > joerg 2005/04/26 01:27:44 PDT > > DragonFly src repository > > Modified files: > lib/libc/gen opendir.c > Log: > Fix warnings, ANSIfy. > > Revision Changes Path > 1.4 +4 -6 src/lib/libc/gen/opendir.c Matt, opendir contains some nasty hacks to remove duplicate entries from union mounts. This should IMO be handled in the kernel and not be exported to userland, any objection to remove it? Joerg