Date: Sat, 7 Dec 2019 12:57:07 -0500 From: Michael Butler <imb@protected-networks.net> To: dougm@freebsd.org, freebsd-current <freebsd-current@freebsd.org> Subject: SVN r355491 breaks libprocstat Message-ID: <99d71e40-b669-d7da-3163-7a74a7163660@protected-networks.net>
next in thread | raw e-mail | index | archive | help
This member removal has other consequences. As follows ..
--- lib/libprocstat__L ---
Building /usr/obj/usr/src/amd64.amd64/lib/libprocstat/smbfs.o
--- libprocstat.o ---
/usr/src/lib/libprocstat/libprocstat.c:620:29: error: no member named
'next' in 'struct vm_map_entry'
for (entryp = map->header.next;
~~~~~~~~~~~ ^
/usr/src/lib/libprocstat/libprocstat.c:622:24: error: no member named
'next' in 'struct vm_map_entry'
entryp = vmentry.next) {
~~~~~~~ ^
2 errors generated.
imb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99d71e40-b669-d7da-3163-7a74a7163660>
