patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / kernel / acct.c
index 555e1e3..f0e2bd0 100644 (file)
@@ -204,7 +204,7 @@ void acct_file_reopen(struct file *file)
  *  should be written. If the filename is NULL, accounting will be
  *  shutdown.
  */
-asmlinkage long sys_acct(const char *name)
+asmlinkage long sys_acct(const char __user *name)
 {
        struct file *file = NULL;
        char *tmp;