xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 13 19:48:46 UTC 2024


 hw/xfree86/vgahw/vgaHW.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 786f7ceb61d3816ff4b3daa49d4072675dbaf41c
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Mon Mar 18 14:08:32 2024 +0100

    xfree86: vgahw: drop obsolete _NEED_SYSI86
    
    This doesn't seem to be needed anymore, probably a left over from migration
    to libpciaccess. So it can be removed now.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1415>

diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c
index 902b54070..00e30e8c9 100644
--- a/hw/xfree86/vgahw/vgaHW.c
+++ b/hw/xfree86/vgahw/vgaHW.c
@@ -1,4 +1,3 @@
-
 /*
  *
  * Copyright 1991-1999 by The XFree86 Project, Inc.
@@ -8,9 +7,6 @@
  *   Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
  */
-
-#define _NEED_SYSI86
-
 #ifdef HAVE_XORG_CONFIG_H
 #include <xorg-config.h>
 #endif


More information about the xorg-commit mailing list