This commit is contained in:
Michael Kerrisk 2008-06-28 04:26:29 +00:00
parent 5278b41653
commit 4a4865687c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ struct acct {
comp_t ac_majflt; /* Major page faults */ comp_t ac_majflt; /* Major page faults */
comp_t ac_swaps; /* Number of swaps (unused) */ comp_t ac_swaps; /* Number of swaps (unused) */
u_int32_t ac_exitcode; /* Process termination status u_int32_t ac_exitcode; /* Process termination status
(see wait(2)) */ (see wait(2)) */
char ac_comm[ACCT_COMM+1]; char ac_comm[ACCT_COMM+1];
/* Command name (basename of last /* Command name (basename of last
executed command; null-terminated) */ executed command; null-terminated) */