diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 2e5b2e379cdf..5ea836362870 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -1246,7 +1246,7 @@ static const struct file_operations proc_oom_score_adj_operations = { | |||
1246 | }; | 1246 | }; |
1247 | 1247 | ||
1248 | #ifdef CONFIG_AUDITSYSCALL | 1248 | #ifdef CONFIG_AUDITSYSCALL |
1249 | #define TMPBUFLEN 21 | 1249 | #define TMPBUFLEN 11 |
1250 | static ssize_t proc_loginuid_read(struct file * file, char __user * buf, | 1250 | static ssize_t proc_loginuid_read(struct file * file, char __user * buf, |
1251 | size_t count, loff_t *ppos) | 1251 | size_t count, loff_t *ppos) |
1252 | { | 1252 | { |