]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.7-ppc-strncasecmp.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / 2.6.7-ppc-strncasecmp.patch
CommitLineData
f4a50ba0 1--- linux-2.6.7/fs/gfs_locking/lock_gulm/utils_verb_flags.c.orig 2004-07-06 18:20:32.000000000 +0000
d077db0c
PS
2+++ linux-2.6.7/fs/gfs_locking/lock_gulm/utils_verb_flags.c 2004-07-06 19:20:55.868623553 +0000
3@@ -20,6 +20,7 @@
f4a50ba0
PS
4
5 #include "gulm_log_msg_bits.h"
6
d077db0c
PS
7+#ifndef CONFIG_PPC
8 static __inline__ int
9 strncasecmp (const char *s1, const char *s2, size_t l)
10 {
11@@ -40,6 +41,7 @@
12 }
13 return (c1 - c2);
14 }
15+#endif
f4a50ba0
PS
16
17 static int bit_array[16] = { 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4 };
18
This page took 0.071445 seconds and 4 git commands to generate.