加了空格试试
This commit is contained in:
parent
f40b6c4f9f
commit
f39cf4183f
|
@ -68,9 +68,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int acct_parm[3] = {4, 2, 30};
|
int acct_parm[3] = {4, 2, 30};
|
||||||
#define RESUME (acct_parm[0]) /* >foo% free space - resume */
|
#define RESUME (acct_parm[0]) /* >foo% free space - resume */
|
||||||
#define SUSPEND (acct_parm[1]) /* <foo% free space - suspend */
|
#define SUSPEND (acct_parm[1]) /* <foo% free space - suspend */
|
||||||
#define ACCT_TIMEOUT (acct_parm[2]) /* foo second timeout between checks */
|
#define ACCT_TIMEOUT (acct_parm[2]) /* foo second timeout between checks */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* External references and all of the globals.
|
* External references and all of the globals.
|
||||||
|
|
Loading…
Reference in New Issue