From: Tobias Geerinckx-Rice Date: Mon, 20 May 2019 04:52:33 +0200 Subject: [PATCH] gnu: xf86-video-voodoo: Don't use PCITAG. Copied verbatim from upstream repository[0]. [0]: https://cgit.freedesktop.org/xorg/driver/-xf86-video-voodoo/patch/?id=9172ae566a0e85313fc80ab62b4455393eefe593 From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 22 Sep 2014 10:56:02 +1000 Subject: don't use PCITAG in struct anymore --- src/voodoo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/voodoo.h b/src/voodoo.h index bfed497..c3eb64e 100644 --- a/src/voodoo.h +++ b/src/voodoo.h @@ -23,7 +23,9 @@ typedef struct { Bool Voodoo2; /* Set if Voodoo2 */ pciVideoPtr PciInfo; /* PCI data */ +#ifndef XSERVER_LIBPCIACCESS PCITAG PciTag; +#endif CARD32 PhysBase; CARD32 Width; /* Current width */ -- cgit v1.0 /td>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12guix: Really export 'define-public'....This is a followup to 3858275962f1ac567b5dce2355035f9eddea0a05, which didn't have any effect. * guix.scm: Explicitly use (guix packages) so #:re-export-and-replace is effective. Ludovic Courtès
2021-09-14guix: Replace 'define-public'....This is a followup to 8531997d2a1e10d574a6e9ab70bc86ade6af4733. * guix.scm: Use #:re-export-and-replace for 'define-public'. Ludovic Courtès
2021-06-29(guix) no longer pulls in (guix ftp-client)....That choice was made in 2014 and never made much sense. * guix.scm (%public-modules): Remove 'ftp-client'. Ludovic Courtès