Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/usr.bin/vmstat
Roland Illig writes:
> Am 09.02.2022 um 08:34 schrieb matthew green:
> > Module Name: src
> > Committed By: mrg
> > Date: Wed Feb 9 07:34:18 UTC 2022
> >
> > Modified Files:
> > src/usr.bin/vmstat: vmstat.c
> >
> > Log Message:
> > allow the number of disks displayed in the default output
> > to be controlled.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.249 -r1.250 src/usr.bin/vmstat/vmstat.c
>
> Did you omit the "static" from the variable definition on purpose? As a
> general rule, I prefer to keep the scope of each variable as narrow as
> possible.
good idea. feel free to fix, i usually do this :-)
Home |
Main Index |
Thread Index |
Old Index