~ubuntu-branches/ubuntu/maverick/udev/maverick-proposed

« back to all changes in this revision

Viewing changes to libudev/libudev-util-private.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-02-10 11:50:56 UTC
  • mfrom: (0.8.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100210115056-1krhfrsql8f13kwj
Tags: 151-1
* New upstream release:
  - Support for systems with SYSFS_DEPRECATED=y officially dropped.
  - Bug fixes.
  - Rules updates.  LP: #492657, #316215, #259244, #250732.

* Merge additional fixes from GIT master:
  - Rules updates.  LP: #581496, #415023.
  - Fix firmware error reporting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
{
115
115
        int err;
116
116
 
 
117
        chown(filename, 0, 0);
117
118
        chmod(filename, 0000);
118
 
        chown(filename, 0, 0);
119
119
        err = unlink(filename);
120
120
        if (errno == ENOENT)
121
121
                err = 0;