Fwd: Ask for suggestions: Is it practical for me, a mediocre programmer, to implement the support of `IPV6_TCLASS` control for Hurd?

2021-05-26 Thread hahawang
Thank you, Samuel.     In your opinion, it's feasible to add a support to `IPV6_TCLASS` for GNU Hurd by contributing to `lwIP` which will be migrated to GNU Hurd and replaced `pfinet`.  Isn't it?  Thank you very much for your help!  I decide to give it a try! --- hahawang On 2

Ask for suggestions: Is it practical for me, a mediocre programmer, to implement the support of `IPV6_TCLASS` control for Hurd?

2021-05-26 Thread hahawang
   3. Is it feasible for a mediocre programmer to implement a complete support of `IPV6_TCLASS` for GNU Hurd? If it is not feasible, which is   a better point to start with that is small, practical but also related to what I want to do?     Thank you! ---    hahawang References: [1] Fgee, E

Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or directory

2021-05-09 Thread hahawang
the future.     Thanks for your kind advises.     The original reply message and the issue I have opened is here.     https://github.com/masneyb/gftp/issues/110 --- hahawang On 2021/5/10 上午1:37, Jessica Clarke wrote: On 9 May 2021, at 14:56, hahawang wrote: Package: gftp Severity: important

Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or directory

2021-05-09 Thread hahawang
I am sorry for the unindented patch file,  due to the thunderbird mail client(or may be I do not know how to use it correctly), so I decide to reply it with a correctly indented patch file. --- hahawang --- a/lib/pty.c +++ b/lib/pty.c @@ -60,7 +60,7 @@  #elif HAVE_GRANTPT -#if !(defined

gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or directory

2021-05-09 Thread hahawang
h directly to the debian bug tracking system, but also hopes for your advises and reviews! Thank you! --- hahawang --- a/lib/pty.c +++ b/lib/pty.c @@ -60,7 +60,7 @@  #elif HAVE_GRANTPT -#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__linux__)) +#if