Summary: | remove stray apperances of IN_MODULE | ||
---|---|---|---|
Product: | xorg | Reporter: | George - <fufutos610> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | trivial | ||
Priority: | high | CC: | erik.andren |
Version: | git | Keywords: | patch |
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
George -
2006-02-16 23:32:06 UTC
There also appears to be a stay XFree86LOADER in fb24_32.c: --- fb/fb24_32.orig 2006-02-16 15:50:15.000000000 +0200 +++ fb/fb24_32.c 2006-02-16 17:18:13.000000000 +0200 @@ -28,9 +28,6 @@ #endif #include <string.h> -#ifdef XFree86LOADER -#include "xf86.h" -#endif #include "fb.h" And an appearance of XFree86Server in glx_ansic.h: --- GL/include/GL/glx_ansic.orig 2006-02-18 16:41:44.000000000 +0200 +++ GL/include/GL/glx_ansic.h 2006-02-18 20:17:17.000000000 +0200 @@ -54,25 +54,10 @@ ** tree and all should be taken care of. */ -#ifdef XFree86Server - #ifndef assert #define assert(a) #endif -#else - -#if defined(Lynx) && defined(__assert_h) -#undef __assert_h -#endif -#ifdef assert -#undef assert -#endif -#include <assert.h> - -#endif - - #define GLX_STDOUT stdout #define GLX_STDERR stderr #define __glXPrintf printf GL/glx/glxscreens.c is clean now GL/include/GL/glx_ansic.h was dropped from other files. remaining: xorg/proto/Trap/xtrapdi.h dri/drm/shared-core/drm.h fb/fb24_32.c Flagging as patch Is anyone going to commit these patches? Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. (In reply to comment #3) > remaining: > xorg/proto/Trap/xtrapdi.h > dri/drm/shared-core/drm.h > fb/fb24_32.c drm and xserver/fb fixed a while ago, trapproto just now. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.