mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
[PATCH] kernel/acct: fix function definition
kernel/acct.c:579:19: warning: non-ANSI function declaration of function 'acct_process' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
266bee8869
commit
7f32a25f63
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ void acct_collect(long exitcode, int group_dead)
|
|||
*
|
||||
* handles process accounting for an exiting task
|
||||
*/
|
||||
void acct_process()
|
||||
void acct_process(void)
|
||||
{
|
||||
struct file *file = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue