The build broke this morning, and is still broken as of a few moments
ago. The problem is that systat tries to use the (apparently now
missing) m_mtypes element of the mbstat structure:

su-2.04# pwd
/usr/src/usr.bin/systat
su-2.04# make
cc -O -pipe -march=pentium -I/usr/src/usr.bin/systat/../../sys   -c 
/usr/src/usr.bin/systat/mbufs.c
/usr/src/usr.bin/systat/mbufs.c: In function `showmbufs':
/usr/src/usr.bin/systat/mbufs.c:111: structure has no member named `m_mtypes'
/usr/src/usr.bin/systat/mbufs.c:112: structure has no member named `m_mtypes'
/usr/src/usr.bin/systat/mbufs.c:133: structure has no member named `m_mtypes'
/usr/src/usr.bin/systat/mbufs.c:134: structure has no member named `m_mtypes'
*** Error code 1

Stop in /usr/src/usr.bin/systat.

And yes, "make buildworld" stops with the same set of error messages.

/usr/src/usr.bin/netstat handles this correctly. It does leave one
wondering why this the mbuf type names aren't shared in some way -
though these seem to be the only places that it's used.

        Thanx,
        <mike


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to