]> err.no Git - linux-2.6/blobdiff - kernel/acct.c
[PATCH] genirq: fasteoi handler: handle interrupt disabling
[linux-2.6] / kernel / acct.c
index 368c4f03fe0e9fd0b7426b650d83a847badb05d7..126ca43d5d2ba9eb566af4380668c9546266efcd 100644 (file)
@@ -521,6 +521,7 @@ static void do_acct_process(struct file *file)
 
 /**
  * acct_init_pacct - initialize a new pacct_struct
+ * @pacct: per-process accounting info struct to initialize
  */
 void acct_init_pacct(struct pacct_struct *pacct)
 {
@@ -576,7 +577,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;