diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/attr/attr-2.4.44/pull-in-string.h.patch | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/attr/attr-2.4.44/pull-in-string.h.patch')
| -rw-r--r-- | meta/packages/attr/attr-2.4.44/pull-in-string.h.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/attr/attr-2.4.44/pull-in-string.h.patch b/meta/packages/attr/attr-2.4.44/pull-in-string.h.patch deleted file mode 100644 index ccbc236284..0000000000 --- a/meta/packages/attr/attr-2.4.44/pull-in-string.h.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | commit 235cdd2af498d288f1af1142e7a23fbd16dff907 | ||
| 2 | Author: Mike Frysinger <vapier@gentoo.org> | ||
| 3 | Date: Fri Jan 8 21:53:19 2010 -0500 | ||
| 4 | |||
| 5 | quote: pull in string.h for strchr prototype | ||
| 6 | |||
| 7 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||
| 8 | Signed-off-by: Brandon Philips <brandon@ifup.org> | ||
| 9 | |||
| 10 | diff --git a/libmisc/quote.c b/libmisc/quote.c | ||
| 11 | index f98c887..bf8f9eb 100644 | ||
| 12 | --- a/libmisc/quote.c | ||
| 13 | +++ b/libmisc/quote.c | ||
| 14 | @@ -20,6 +20,7 @@ | ||
| 15 | #include <stdio.h> | ||
| 16 | #include <stdlib.h> | ||
| 17 | #include <ctype.h> | ||
| 18 | +#include <string.h> | ||
| 19 | #include "misc.h" | ||
| 20 | |||
| 21 | const char *quote(const char *str, const char *quote_chars) | ||
