Displaying 1 result from an estimated 1 matches for "__reterr".
2009 Sep 05
3
[Bug 23730] New: x11-base/nouveau-drm fails on drm_fb_helper.c with 'EINVAL' undeclared
...freedesktop.org
ReportedBy: maxim.britov at gmail.com
QAContact: xorg-team at lists.x.org
I have today on my Gentoo:
In file included from
/var/tmp/portage/x11-base/nouveau-drm-99999999/work/master-compat/drivers/gpu/drm/drm_fb_helper.c:30:
include/linux/sysrq.h: In function '__reterr':
include/linux/sysrq.h:66: error: 'EINVAL' undeclared (first use in this
function)
include/linux/sysrq.h:66: error: (Each undeclared identifier is reported only
once
include/linux/sysrq.h:66: error: for each function it appears in.)
With this patch it compiles fine
--- /master-compa...