Test last minute changes, as gcc isn't too smart.

Reported by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
This commit is contained in:
Pawel Jakub Dawidek 2005-08-24 19:42:40 +00:00
parent dfe47d36df
commit a9ed1f7ffc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149437

View File

@ -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;