Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xf86-video-intel: fix missing fstat() prototype | Ross Burton | 2015-08-30 | 1 | -0/+59 |
What I'm guessing is an updated systemd exposes less system headers, so xf86-video-intel was using fstat() without the required includes. Backport a patch from upstream to fix this problem. (From OE-Core rev: 3f38c912384d7398516f689bc5934d36cbfdd4d0) (From OE-Core rev: e3d182740355d9df206af01bc9ebff43a433f059) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |