Date: Tue, 22 Nov 2011 09:45:33 +0100 From: Florian Smeets <flo@freebsd.org> To: Jan Beich <jbeich@tormail.net> Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r676 - in branches/experimental/www/firefox-beta: . files Message-ID: <4ECB612D.9090700@freebsd.org> In-Reply-To: <1RSebb-000Ks7-3y@internal.tormail.net> References: <201111220004.pAM04d3X005691@trillian.chruetertee.ch> <1RSebb-000Ks7-3y@internal.tormail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22.11.2011 01:52, Jan Beich wrote:
> svn-freebsd-gecko@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ECB612D.9090700>
