aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/acct.c')
-rw-r--r--kernel/acct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c
index 368c4f03fe0e..4c613de66025 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -576,7 +576,7 @@ void acct_collect(long exitcode, int group_dead)
576 * 576 *
577 * handles process accounting for an exiting task 577 * handles process accounting for an exiting task
578 */ 578 */
579void acct_process() 579void acct_process(void)
580{ 580{
581 struct file *file = NULL; 581 struct file *file = NULL;
582 582