On Sun, Mar 31, 2019 at 08:03:40AM -0600, Martin Pieuchot wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org 2019/03/31 08:03:40 > > Modified files: > sys/sys : srp.h > sys/net : art.h > regress/sys/net/rtable: Makefile.inc > > Log message: > Make ART data structure definitions visible to userland, in order to fix > netstat(1) inspection of routing tables. > > From Naoki Fukaumi, ok yasuoka@
The struct art_table definition is still present in net/art.c: /usr/src/sys/net/art.c:47:8: error: redefinition of 'art_table' struct art_table { ^ /usr/src/sys/net/art.h:47:8: note: previous definition is here struct art_table { ^ 1 error generated.