svn commit: r360919 - head/usr.bin/systat
Cy Schubert
Cy.Schubert at cschubert.com
Mon May 11 20:57:37 UTC 2020
In message <202005112034.04BKYq1J009950 at 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: ota at 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.Schubert at cschubert.com>
FreeBSD UNIX: <cy at FreeBSD.org> Web: https://FreeBSD.org
NTP: <cy at nwtime.org> Web: https://nwtime.org
The need of the many outweighs the greed of the few.
More information about the svn-src-all
mailing list