[Bug 506825] Review Request: bickley - A meta data management API and framework

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 18 20:49:07 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=506825





--- Comment #1 from Bastien Nocera <bnocera at redhat.com>  2009-06-18 16:49:06 EDT ---
#undef HAVE_IO_PRIO
#if defined (__i386__)
#  define HAVE_IO_PRIO
#  define __NR_ioprio_set 289
#elif defined (__x86_64__)
#  define HAVE_IO_PRIO
#  define __NR_ioprio_set 251
#else
#  warn "Architecture does not support ioprio modification"
#endif

Change that to a "#warning" instead of "#warn" and you should be ready to go.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list