Author: qboosh Date: Fri Dec 9 12:59:39 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix unresolved symbol in kernel24 builds
---- Files affected: SOURCES: svgalib-linux-2.4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/svgalib-linux-2.4.patch diff -u /dev/null SOURCES/svgalib-linux-2.4.patch:1.1 --- /dev/null Fri Dec 9 13:59:39 2005 +++ SOURCES/svgalib-linux-2.4.patch Fri Dec 9 13:59:34 2005 @@ -0,0 +1,10 @@ +--- svgalib-1.9.23/kernel/svgalib_helper/kernel26compat.h.orig 2005-12-09 11:43:29.000000000 +0100 ++++ svgalib-1.9.23/kernel/svgalib_helper/kernel26compat.h 2005-12-09 12:04:16.000000000 +0100 +@@ -9,6 +9,7 @@ + + # define PCI_GET_CLASS pci_find_class + # define PCI_GET_DEVICE pci_find_device ++# define DEVFS_MK_SYMLINK(a,b,c,d,e,f) devfs_mk_symlink(a,b,c,d,e,f) + + # if defined (PG_chainlock) + # define my_io_remap_page_range(vma, start, ofs, len, prot) \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
