https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292282
--- Comment #5 from Martin Cracauer <[email protected]> --- Hmmmm... openat(AT_FDCWD, "/mnt/tmp", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 getdents64(3, 0x104a550 /* 26 entries */, 32768) = 768 So that is exactly 32768 for the return value (the total number of bytes filled in with the structures of variable length). That is probably not a coincidence. -- You are receiving this mail because: You are the assignee for the bug.
