On 22.11.2011 01:52, Jan Beich wrote:
> svn-freebsd-ge...@chruetertee.ch writes:
> 
>> Log:
>> update to 9.0b2
> [...]
>> +--- ipc/chromium/src/base/dir_reader_linux.h.orig   2011-11-21 
>> 23:40:06.000000000 +0100
>> ++++ ipc/chromium/src/base/dir_reader_linux.h        2011-11-21 
>> 23:40:26.000000000 +0100
>> +@@ -57,7 +57,7 @@
>> +     if (offset_ != size_)
>> +       return true;
>> + 
>> +-    const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
>> ++    const int r = syscall(SYS_getdents, fd_, buf_, sizeof(buf_));
>> +     if (r == 0)
>> +       return false;
>> +     if (r == -1) {
> 
> Does it work with plugins (e.g. flash)? Field offsets are different
> 

Yes, you are right. Without your updated patch the Flash plugin hangs.
I'll commit the patch shortly.

Thank you!
Florian
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to