In message <202005112034.04bkyq1j009...@repo.freebsd.org>, Michael Reifenberger writes: > Author: mr > Date: Mon May 11 20:34:52 2020 > New Revision: 360919 > URL: https://svnweb.freebsd.org/changeset/base/360919 > > Log: > Patch systat -zarc to display cumulative rate and round down large numbers > by SI units > > PR: 237664 > Submitted by: o...@j.email.ne.jp > MFC after: 2 weeks > > Modified: > head/usr.bin/systat/Makefile > head/usr.bin/systat/extern.h > head/usr.bin/systat/main.c > head/usr.bin/systat/zarc.c > > Modified: head/usr.bin/systat/Makefile > ============================================================================= > = > --- head/usr.bin/systat/Makefile Mon May 11 20:30:28 2020 (r36091 > 8) > +++ head/usr.bin/systat/Makefile Mon May 11 20:34:52 2020 (r36091 > 9) > @@ -4,7 +4,7 @@ > .include <src.opts.mk> > > PROG= systat > -SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ > +SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c syspu > t.c \
The build fails here because it cannot fine sysput.c. > netcmds.c netstat.c pigs.c swap.c icmp.c \ > mode.c ip.c sctp.c tcp.c zarc.c \ > vmstat.c convtbl.c ifcmds.c ifstat.c > -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: https://FreeBSD.org NTP: <c...@nwtime.org> Web: https://nwtime.org The need of the many outweighs the greed of the few. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"