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/thinko-in-restore.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/thinko-in-restore.patch')
| -rw-r--r-- | meta/packages/attr/attr-2.4.44/thinko-in-restore.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/attr/attr-2.4.44/thinko-in-restore.patch b/meta/packages/attr/attr-2.4.44/thinko-in-restore.patch deleted file mode 100644 index a84de94ed0..0000000000 --- a/meta/packages/attr/attr-2.4.44/thinko-in-restore.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | commit e8d568c696692eed5c92d5a35498e1c26e13d6b3 | ||
| 2 | Author: Kamil Dudka <kdudka@redhat.com> | ||
| 3 | Date: Thu Jun 3 15:30:19 2010 +0200 | ||
| 4 | |||
| 5 | setfattr.c: fix thinko in restore() | ||
| 6 | |||
| 7 | diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c | ||
| 8 | index 491c25a..0a14cfa 100644 | ||
| 9 | --- a/setfattr/setfattr.c | ||
| 10 | +++ b/setfattr/setfattr.c | ||
| 11 | @@ -120,7 +120,7 @@ int restore(const char *filename) | ||
| 12 | break; | ||
| 13 | line++; | ||
| 14 | if (strncmp(l, "# file: ", 8) != 0) { | ||
| 15 | - if (filename) { | ||
| 16 | + if (file != stdin) { | ||
| 17 | fprintf(stderr, _("%s: %s: No filename found " | ||
| 18 | "in line %d, aborting\n"), | ||
| 19 | progname, filename, backup_line); | ||
