diff options
author | costan@gmail.com <costan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 07:02:29 +0000 |
---|---|---|
committer | costan@gmail.com <costan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 07:02:29 +0000 |
commit | d54d55c1ec3e8097999932fd90480bdc6b3e44aa (patch) | |
tree | e3e38bf6c1486ea87573aebd1e15a073eed8500e /chromeos | |
parent | 987c40244380024d0468f650109b838f514b2261 (diff) | |
download | chromium_src-d54d55c1ec3e8097999932fd90480bdc6b3e44aa.zip chromium_src-d54d55c1ec3e8097999932fd90480bdc6b3e44aa.tar.gz chromium_src-d54d55c1ec3e8097999932fd90480bdc6b3e44aa.tar.bz2 |
Fix compilation error on Fedora 20.
The libudev commit below changed the return types of _undef functions
from void to the matching the argument type, e.g. void udev_unref(udev*)
became udev* udev_unref(udev*).
http://cgit.freedesktop.org/systemd/systemd/commit/?id=20bbd54f603994a3cc211d2795de16550882ed8d
This change adds a bit of template magic to make Chromium compile with
either version of the libudev headers.
BUG=340108
TEST=ninja -C out/Debug chrome
Review URL: https://codereview.chromium.org/138783005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248447 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
0 files changed, 0 insertions, 0 deletions