CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/08/29 23:35:47
Modified files: sys/isofs/udf : udf_vnops.c Log message: Fix handling of getdents() against UDF filesystems: d_off must be the position after the entry, and seeking to just after the '.' or '..' entries requires special handling because they're fabricated. ok krw@