Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Joshua Branson
Hey Samuel, I just wanted to voice my appreciation for your years of hard work! I understand that you want a life too! P.S. I am currently trying to learn some argp in C, so I could potentially write some trivfs translators. I got a basic program to run...then it segfaulted. So it may be a wh

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Samuel Thibault
Joshua Branson, le mar. 17 avril 2018 16:43:27 -0400, a ecrit: > P.S. I am currently trying to learn some argp in C, so I could > potentially write some trivfs translators. I got a basic program to > run...then it segfaulted. Well, writing a translator is not really the easiest exercice for a beg

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le mar. 17 avril 2018 16:43:27 -0400, a ecrit: >> P.S. I am currently trying to learn some argp in C, so I could >> potentially write some trivfs translators. I got a basic program to >> run...then it segfaulted. > > Well, writing a translator is not rea

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Samuel Thibault
Joshua Branson, le mar. 17 avril 2018 17:24:35 -0400, a ecrit: > Samuel Thibault writes: > > > Joshua Branson, le mar. 17 avril 2018 16:43:27 -0400, a ecrit: > >> P.S. I am currently trying to learn some argp in C, so I could > >> potentially write some trivfs translators. I got a basic program

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le mar. 17 avril 2018 17:24:35 -0400, a ecrit: >> Samuel Thibault writes: >> >> > Joshua Branson, le mar. 17 avril 2018 16:43:27 -0400, a ecrit: >> >> P.S. I am currently trying to learn some argp in C, so I could >> >> potentially write some trivfs tra

Re: Upstreaming the glibc Hurd port

2018-04-17 Thread Samuel Thibault
Hello, Joseph Myers, le mar. 03 avril 2018 00:13:43 +, a ecrit: > On Mon, 2 Apr 2018, Samuel Thibault wrote: > > Samuel Thibault, on lun. 02 avril 2018 17:50:17 +0200, wrote: > > > There are a few remaining namespace issues due to missing __ marking or > > > spurious #includes. > > > > One is

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Samuel Thibault
Joshua Branson, le mar. 17 avril 2018 18:39:48 -0400, a ecrit: > Samuel Thibault writes: > > Joshua Branson, le mar. 17 avril 2018 17:24:35 -0400, a ecrit: > > There are also other build failures like bogus #includes and such. > > hmmm. That doesn't sound too hard. I'll have to give that a try.

Re: Upstreaming the glibc Hurd port

2018-04-17 Thread Joseph Myers
On Wed, 18 Apr 2018, Samuel Thibault wrote: > The patch below would just introduce bits/types/struct___sched_param.h. > and bits/types/struct_sched_param.h for all ports since it's the same. A bits/types/struct_sched_param.h that does "#define sched_param __sched_param" is not appropriate for Li

Re: Upstreaming the glibc Hurd port

2018-04-17 Thread Samuel Thibault
Joseph Myers, le mar. 17 avril 2018 23:02:45 +, a ecrit: > On Wed, 18 Apr 2018, Samuel Thibault wrote: > > > The patch below would just introduce bits/types/struct___sched_param.h. > > and bits/types/struct_sched_param.h for all ports since it's the same. > > A bits/types/struct_sched_param.h

Re: [PATCHv2] os-prober: Fix translating device to mach format

2018-04-17 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le mar. 17 avril 2018 18:39:48 -0400, a ecrit: >> Samuel Thibault writes: >> > Joshua Branson, le mar. 17 avril 2018 17:24:35 -0400, a ecrit: >> > There are also other build failures like bogus #includes and such. >> >> hmmm. That doesn't sound too har