Re: Mostly offline at home; ext2fs file corruption bug?

2011-06-11 Thread Samuel Thibault
Hello, Thomas Schwinge, le Sat 11 Jun 2011 19:26:33 +0200, a écrit : > That is, the files' content appears once (regularely), and then the > same again. Has someone ever seen something like that before? I haven't. > Samuel: I think I know what's going on w.r.t. the GNU/Linux ABI field in > cert

Mostly offline at home; ext2fs file corruption bug?

2011-06-11 Thread Thomas Schwinge
Hallo! Due to some infrastructure changes in my telephone/internet connection at home -- or rather the Telekom not processing/doing these as intended... -- I'm cut off of the world at the moment. (Which is quite nice on the one hand, but on the other...) At this very moment, I'm online via the s

Re: Exporting libc patches

2011-06-11 Thread Ludovic Courtès
Hello! Samuel Thibault skribis: > Ludovic Courtès, le Mon 06 Jun 2011 14:39:39 +0200, a écrit : >> @@ -79,6 +79,8 @@ >> extern int __dup (int __fd); >> extern int __dup2 (int __fd, int __fd2); >> libc_hidden_proto (__dup2) >> +extern int __dup3 (int __fd, int __fd2, int __flags); >> +libc_hid