diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-20 08:16:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-20 08:16:43 +0000 |
commit | 126d36e40bafb3de4f3b41493f4eca427214e964 (patch) | |
tree | 3592f839f43bc50223163928589a16edca54c417 /sys-apps/vbetool | |
parent | added shared library symlink (bug #101780). version bump and old version clea... (diff) | |
download | gentoo-2-126d36e40bafb3de4f3b41493f4eca427214e964.tar.gz gentoo-2-126d36e40bafb3de4f3b41493f4eca427214e964.tar.bz2 gentoo-2-126d36e40bafb3de4f3b41493f4eca427214e964.zip |
Bug #103062, use a slightly better PCI bug patch.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r-- | sys-apps/vbetool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch | 25 |
2 files changed, 13 insertions, 18 deletions
diff --git a/sys-apps/vbetool/ChangeLog b/sys-apps/vbetool/ChangeLog index 9c4ea4ffb2ea..0c47cb0ee06c 100644 --- a/sys-apps/vbetool/ChangeLog +++ b/sys-apps/vbetool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/vbetool # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.2 2005/08/08 21:39:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.3 2005/08/20 08:16:43 robbat2 Exp $ + + 20 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> + files/vbetool-0.3-pci-compile-fix.patch: + Bug #103062, use a slightly better PCI bug patch. *vbetool-0.3 (08 Aug 2005) diff --git a/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch b/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch index 26e3cc9e7525..2470ddce34be 100644 --- a/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch +++ b/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch @@ -1,28 +1,19 @@ diff -Nuar vbetool-0.3.orig/vbetool.c vbetool-0.3/vbetool.c ---- vbetool-0.3.orig/vbetool.c 2005-03-01 17:39:21.000000000 -0800 -+++ vbetool-0.3/vbetool.c 2005-08-08 14:36:01.000000000 -0700 -@@ -8,18 +8,18 @@ +--- vbetool-0.3.orig/vbetool.c 2005-03-02 02:39:21.000000000 +0100 ++++ vbetool-0.3/vbetool.c 2005-08-19 17:10:05.000000000 +0200 +@@ -8,7 +8,6 @@ version 2 */ -#include <pci/pci.h> --#include <assert.h> --#include <stdio.h> --#include <stdlib.h> --#include <string.h> --#include <unistd.h> + #include <assert.h> + #include <stdio.h> + #include <stdlib.h> +@@ -17,6 +16,7 @@ #include <sys/ioctl.h> #include <sys/types.h> #include <sys/io.h> ++#include <pci/pci.h> #include <sys/kd.h> #include <sys/stat.h> #include <errno.h> -+#include <assert.h> -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+#include <unistd.h> -+#include <pci/pci.h> - - #include "lrmi.h" - #include "vbetool.h" |