From 6fbaac38b85e4bd3936b882392e3a9b45e8acb46 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 19:14:54 -0800 Subject: 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 --- fs/proc/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/proc/array.c') 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" -- cgit v1.2.3