加了空格试试

This commit is contained in:
cgy 2024-12-31 15:11:17 +08:00
parent f40b6c4f9f
commit f39cf4183f
1 changed files with 3 additions and 3 deletions

View File

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