Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=979
------- Additional Comments From [EMAIL PROTECTED] 2004-08-03 19:44 ------- This patch doesn't seem like an entirely good idea. It leads to redefinition of makedev (not a huge problem, but enough to trigger a compiler warning) I kept the original patch for this ultra-minimal just to show what the bug was and offer a workaround for those affected. Better options for a real fix: - #undef makedev - don't include <sys/sysmacros.h> - call the macro something else and use it by its new name (to not conflict) - don't use a macro at all (just merge the logic into the program) One of the last two is probably best. -- Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
