summaryrefslogtreecommitdiff
path: root/include/linux/acct.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@picasso.davemloft.net>2005-03-05 04:48:01 -0800
committerDavid S. Miller <davem@picasso.davemloft.net>2005-03-05 04:48:01 -0800
commitaa02c666ed857ef288db07cfa146d0da867645a5 (patch)
tree26f1dfff2c3756d9090a048834140fe3855b4f5e /include/linux/acct.h
parent9ebe3d6ea6848ed70c224ca33cd581a5ea1772be (diff)
parent58a96a605ee4e5d573bec35c73bb6d015171cc16 (diff)
Merge davem@nuts:/disk1/BK/set_pte-2.6
into picasso.davemloft.net:/home/davem/src/BK/set_pte-2.6
Diffstat (limited to 'include/linux/acct.h')
-rw-r--r--include/linux/acct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/acct.h b/include/linux/acct.h
index 39cd52f7f557..1993a3691768 100644
--- a/include/linux/acct.h
+++ b/include/linux/acct.h
@@ -120,12 +120,12 @@ struct acct_v3
struct super_block;
extern void acct_auto_close(struct super_block *sb);
extern void acct_process(long exitcode);
-extern void acct_update_integrals(void);
+extern void acct_update_integrals(struct task_struct *tsk);
extern void acct_clear_integrals(struct task_struct *tsk);
#else
#define acct_auto_close(x) do { } while (0)
#define acct_process(x) do { } while (0)
-#define acct_update_integrals() do { } while (0)
+#define acct_update_integrals(x) do { } while (0)
#define acct_clear_integrals(task) do { } while (0)
#endif