summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:14:54 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:14:54 -0800
commit6fbaac38b85e4bd3936b882392e3a9b45e8acb46 (patch)
treea3861b5a834f5628fe6dc50a2733084b56217b39 /fs/proc/array.c
parent6f267f9cc2ea3c375b3e70e336f4feb7da365fe3 (diff)
v2.4.7 -> v2.4.7.1
- Anton Altaparmakov: NTFS error checking - Johannes Erdfelt: USB updates - OGAWA Hirofumi: FAT update - Alan Cox: driver + s390 update merge - Richard Henderson: fix alpha sigsuspend error return value - Marcelo Tosatti: per-zone VM shortage - Daniel Phillips: generic use-once optimization instead of drop-behind - Bjorn Wesen: Cris architecture update - Anton Altaparmakov: support for Windows Dynamic Disks - James Washer: LDT loading SMP bug fix
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index a1eb02f157a5..dc966d6aed25 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -258,7 +258,7 @@ static inline char * task_sig(struct task_struct *p, char *buffer)
return buffer;
}
-extern inline char *task_cap(struct task_struct *p, char *buffer)
+static inline char *task_cap(struct task_struct *p, char *buffer)
{
return buffer + sprintf(buffer, "CapInh:\t%016x\n"
"CapPrm:\t%016x\n"