[SVN-Commit] r676 - in branches/experimental/www/firefox-beta: . files

Florian Smeets flo at freebsd.org
Tue Nov 22 08:45:35 UTC 2011


On 22.11.2011 01:52, Jan Beich wrote:
> svn-freebsd-gecko at 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


More information about the freebsd-gecko mailing list