mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Test last minute changes, as gcc isn't too smart.
Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
This commit is contained in:
parent
dfe47d36df
commit
a9ed1f7ffc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149437
@ -256,7 +256,7 @@ usage(void)
|
||||
int
|
||||
main(int argc, char * argv[])
|
||||
{
|
||||
struct pidfh *pfh;
|
||||
struct pidfh *pfh = NULL;
|
||||
const char *pidfile = NULL;
|
||||
long idle, total;
|
||||
int curfreq, *freqs, i, *mwatts, numfreqs;
|
||||
|
Loading…
Reference in New Issue
Block a user