# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux-header/sparc-fbio.patch.disabled # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- Trival include fixes - needed for the X server. - Rene Rebe --- ./include/asm-sparc/fbio.h.orig 2004-09-23 00:36:30.119451048 +0200 +++ ./include/asm-sparc/fbio.h 2004-09-23 00:37:16.617382288 +0200 @@ -1,6 +1,9 @@ #ifndef __LINUX_FBIO_H #define __LINUX_FBIO_H +#include +#include + /* Constants used for fbio SunOS compatibility */ /* (C) 1996 Miguel de Icaza */ --- ./include/asm-sparc64/fbio.h.orig 2004-09-23 00:36:27.144903248 +0200 +++ ./include/asm-sparc64/fbio.h 2004-09-23 00:37:02.339552848 +0200 @@ -2,6 +2,7 @@ #define __LINUX_FBIO_H #include +#include /* Constants used for fbio SunOS compatibility */ /* (C) 1996 Miguel de Icaza */