https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238035
--- Comment #4 from Conrad Meyer <[email protected]> --- Smaller repro: #include <fcntl.h> int main(int argc, char **argv) { int fd; (void)argc; (void)argv; fd = open("/dev/", O_RDONLY); fcntl(fd, F_READAHEAD, 0); return (0); } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
