On Wed, 10 Aug 2022 11:11:32 +0200 Arnd Bergmann wrote: > > This unfortunately breaks linux-atm: > > zntune.c:18:10: fatal error: linux/atm_zatm.h: No such file or directory > > > > The source does also: > > ioctl(s,ZATM_SETPOOL,&sioc) > > ioctl(s,zero ? ZATM_GETPOOLZ : ZATM_GETPOOL,&sioc) > > etc. > > > > So we should likely revert the below: > > I suppose there is no chance of also getting the linux-atm package updated > to not include those source files, right? The last release I found on > sourceforge > is 12 years old, but maybe I was looking in the wrong place. Is linux-atm used for something remotely modern? PPPoA? Maybe it's time to ditch it completely? I'll send the revert in any case.