From 27b55301077f33d7fd67611bdc003e72cd321d0b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 14 Feb 2024 18:04:57 +0100 Subject: [PATCH] xfree86: drop remains of old USL compiler Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/int10/vbe.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/xfree86/int10/vbe.h b/hw/xfree86/int10/vbe.h index 1f43d68ca..ee3a4daf8 100644 --- a/hw/xfree86/int10/vbe.h +++ b/hw/xfree86/int10/vbe.h @@ -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