Svante Signell, le lun. 03 déc. 2018 16:57:03 +0100, a ecrit:
> I commented out the following three debian patches and updated my patch to
> fcntl.c.
> #hurd-i386/git-fcntl64.diff
> #hurd-i386/git-lockf-0.diff
> #hurd-i386/tg-WRLCK-upgrade.diff
> hurd-i386/fcntl.diff
Ok, then please say that, inst
On Mon, 2018-12-03 at 16:25 +0100, Samuel Thibault wrote:
> Svante Signell, le lun. 03 déc. 2018 16:01:37 +0100, a ecrit:
> > On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote:
> > > I forgot here:
> >
> > Is this really needed?
>
> Please quote a bit more than just that, otherwise we don'
Svante Signell, le lun. 03 déc. 2018 16:01:37 +0100, a ecrit:
> On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote:
> > I forgot here:
>
> Is this really needed?
Please quote a bit more than just that, otherwise we don't have any
actual context.
But actually, are you really talking about t
On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote:
> I forgot here:
Is this really needed? From git-fcntl64.diff:
Index: glibc-2.28/sysdeps/mach/hurd/fcntl.c
===
--- glibc-2.28.orig/sysdeps/mach/hurd/fcntl.c
+++ glibc-2.28/sysd
I forgot here:
Samuel Thibault, le sam. 01 déc. 2018 18:59:48 +0100, a ecrit:
> case F_GETLK:
> case F_SETLK:
> case F_SETLKW:
> {
> struct flock *fl = va_arg (ap, struct flock *);
> struct flock64 fl64 = {
> .l_type = fl->l_type,
> .l_whence = fl->l_w
Svante Signell, le sam. 01 déc. 2018 16:27:24 +0100, a ecrit:
> On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote:
> > Attached is the patch adding support for file record locking in glibc,
> > as implemented in Hurd by Neal Walfield and others. This patch should be
> > applied after the corr
On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote:
> Hi,
>
> Attached is the patch adding support for file record locking in glibc,
> as implemented in Hurd by Neal Walfield and others. This patch should be
> applied after the corresponding hurd patch series in case glibc and hurd
> are not