Skip to content
Snippets Groups Projects
Commit 27b55301 authored by Enrico Weigelt, metux IT consult .'s avatar Enrico Weigelt, metux IT consult . :speech_balloon: Committed by Marge Bot
Browse files

xfree86: drop remains of old USL compiler


Signed-off-by: Enrico Weigelt, metux IT consult .'s avatarEnrico Weigelt, metux IT consult <info@metux.net>
Part-of: <!1286>
parent 6dafe3db
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -59,13 +59,10 @@ typedef struct vbeControllerInfoBlock {
CARD8 OemData[256];
} vbeControllerInfoRec, *vbeControllerInfoPtr;
#if defined(__GNUC__) || defined(__USLC__)
#if defined(__GNUC__)
#pragma pack() /* All GCC versions recognise this syntax */
#else
#pragma pack(0)
#endif
#if !( defined(__GNUC__))
#define __attribute__(a)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment