summaryrefslogtreecommitdiff
path: root/meta-lsb/packages/which/which-2.20/remove-declaration.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-13 13:56:49 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-13 13:56:49 +0100
commitbb75c1810454a90a070370fee724da156acb888f (patch)
treeb8ae6e5c6ec1ad15108e20fdd52976ff93705d58 /meta-lsb/packages/which/which-2.20/remove-declaration.patch
parent5abb132fec3e084bcefb4b6197b4806f6b05f515 (diff)
downloadopenembedded-core-bb75c1810454a90a070370fee724da156acb888f.tar.gz
openembedded-core-bb75c1810454a90a070370fee724da156acb888f.tar.bz2
openembedded-core-bb75c1810454a90a070370fee724da156acb888f.zip
Move byacc, which, libconvert-asn1-perl and libtimedate-perl to meta-lsb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-lsb/packages/which/which-2.20/remove-declaration.patch')
-rw-r--r--meta-lsb/packages/which/which-2.20/remove-declaration.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-lsb/packages/which/which-2.20/remove-declaration.patch b/meta-lsb/packages/which/which-2.20/remove-declaration.patch
new file mode 100644
index 0000000000..09b81439b6
--- /dev/null
+++ b/meta-lsb/packages/which/which-2.20/remove-declaration.patch
@@ -0,0 +1,16 @@
+Remove the declaration of group_member since it has already been
+declared in unistd.h
+
+Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN which-2.20-orig/bash.c which-2.20/bash.c
+--- which-2.20-orig/bash.c 2010-08-03 12:59:08.897088878 +0800
++++ which-2.20/bash.c 2010-08-03 13:17:23.406097212 +0800
+@@ -46,7 +46,6 @@
+ * - changed all occurences of 'gid_t' into 'GID_T'.
+ * - exported functions needed in which.c
+ */
+-static int group_member (GID_T gid);
+ static char* extract_colon_unit (char const* string, int* p_index);
+
+ /*===========================================================================