Re: linux-headers-5.2 and proper use of SIOCGSTAMP

2019-07-20 Thread Arnd Bergmann
On Sat, Jul 20, 2019 at 9:34 PM Florian Weimer wrote: > * Arnd Bergmann: > > On Sat, Jul 20, 2019 at 8:10 PM Florian Weimer wrote: > > As far as I can tell, nobody thought it would be a problem to move it > > from asm/sockios.h to linux/sockios.h, as the general rule is that one > > should use th

Re: linux-headers-5.2 and proper use of SIOCGSTAMP

2019-07-20 Thread Florian Weimer
* Arnd Bergmann: > On Sat, Jul 20, 2019 at 8:10 PM Florian Weimer wrote: >> >> * Sergei Trofimovich: >> >> > Should #include always be included by user app? >> > Or should glibc tweak it's definition of '#include ' >> > to make it available on both old and new version of linux headers? >> >> Wha

Re: linux-headers-5.2 and proper use of SIOCGSTAMP

2019-07-20 Thread Arnd Bergmann
On Sat, Jul 20, 2019 at 8:10 PM Florian Weimer wrote: > > * Sergei Trofimovich: > > > Should #include always be included by user app? > > Or should glibc tweak it's definition of '#include ' > > to make it available on both old and new version of linux headers? > > What is the reason for dropping

Re: linux-headers-5.2 and proper use of SIOCGSTAMP

2019-07-20 Thread Florian Weimer
* Sergei Trofimovich: > Should #include always be included by user app? > Or should glibc tweak it's definition of '#include ' > to make it available on both old and new version of linux headers? What is the reason for dropping SIOCGSTAMP from ? If we know that, it will be much easier to decide