~ubuntu-branches/ubuntu/oneiric/attr/oneiric

« back to all changes in this revision

Viewing changes to libattr/attr_copy_file.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-02-10 20:32:30 UTC
  • mfrom: (3.1.5 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090210203230-mnq7ww6dtzt7eew5
Tags: 1:2.4.43-2
Remove --enable-lib64=yes in Makefile (closes: #514017)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                        quote_free (ctx, qname);
118
118
                        quote_free (ctx, qpath);
119
119
                        ret = -1;
120
 
                        continue;  /* may not have permission to access */
 
120
                        continue;
121
121
                }
122
122
                value = (char *) realloc (old_value = value, size);
123
123
                if (size != 0 && value == NULL) {
134
134
                        quote_free (ctx, qname);
135
135
                        quote_free (ctx, qpath);
136
136
                        ret = -1;
 
137
                        continue;
137
138
                }
138
139
                if (lsetxattr (dst_path, name, value, size, 0) != 0) {
139
140
                        if (errno == ENOTSUP)