From 27afad8d3983b03b3eed8b0e8f03b63cf547af62 Mon Sep 17 00:00:00 2001 From: Maneesh Soni Date: Sun, 26 Mar 2006 01:37:29 -0800 Subject: [PATCH] --- yaml --- r: 24055 b: refs/heads/master c: 22e6c1b39c648850438decd491f62d311800c7db h: refs/heads/master i: 24053: 876af09640f04ce84623991570d2fd640edb1c63 24051: 325c66f961959ff17215d4cd393ad994541df587 24047: 9f6b4ad1bd0af49119aac555186d24abb235d158 v: v3 --- [refs] | 2 +- trunk/include/linux/proc_fs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0fd299028384..f66117a9fe33 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3158e9411a66fb98d495ac441c242264f31aaf3e +refs/heads/master: 22e6c1b39c648850438decd491f62d311800c7db diff --git a/trunk/include/linux/proc_fs.h b/trunk/include/linux/proc_fs.h index 6b12b0f661b4..cb224cf653b1 100644 --- a/trunk/include/linux/proc_fs.h +++ b/trunk/include/linux/proc_fs.h @@ -56,7 +56,7 @@ struct proc_dir_entry { nlink_t nlink; uid_t uid; gid_t gid; - unsigned long size; + loff_t size; struct inode_operations * proc_iops; struct file_operations * proc_fops; get_info_t *get_info;