Re: [PATCH hurd] pfinet: implement rudimentary SO_TIMESTAMP support
Diego Nieto Cid <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <ahxe3wh4RRqwobLq@debian> |
Hi, This doesn't build. Sorry for the noise. On Sun, May 31, 2026 at 11:53:40AM -0300, [email protected] wrote: > +#if defined(SO_TIMESTAMP) > + case SO_TIMESTAMP: > + v.val = sk->timestamp; > + break; > +#endif > For some reason the compiler enters the #if here even if SO_TIMESTAMP is not defined :( I will try to find out why. Cheers.