summaryrefslogtreecommitdiff
path: root/2.6.11
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-04-29 23:04:08 +0100
committerTim Yamin <plasmaroo@gentoo.org>2006-04-29 23:04:08 +0100
commit86d9ce350d64b1221941800998909b802bb64eaa (patch)
treeef55fe05f4a32fcc13ca52c2287480264d431729 /2.6.11
parentFix #119374, #122929, #128028. (diff)
downloadlinux-headers-patches-86d9ce350d64b1221941800998909b802bb64eaa.tar.gz
linux-headers-patches-86d9ce350d64b1221941800998909b802bb64eaa.tar.bz2
linux-headers-patches-86d9ce350d64b1221941800998909b802bb64eaa.zip
Fix #131005.
Diffstat (limited to '2.6.11')
-rw-r--r--2.6.11/2.6.11-appCompat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.6.11/2.6.11-appCompat.patch b/2.6.11/2.6.11-appCompat.patch
index cde6b39..09527d0 100644
--- a/2.6.11/2.6.11-appCompat.patch
+++ b/2.6.11/2.6.11-appCompat.patch
@@ -3065,7 +3065,7 @@ diff -ur linux-2.6.11.orig/include/asm-ia64/signal.h linux-2.6.11/include/asm-ia
return word ? result : 0;
}
-+#endif __KERNEL__
++#endif /* __KERNEL__ */
+
/*
* fls: find last bit set.