You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.4 KiB
						
					
					
				| # --- 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 <[email protected]> | |
|  | |
| --- ./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 <linux/compiler.h> | |
| +#include <linux/fb.h> | |
| + | |
|  /* 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 <linux/compiler.h> | |
| +#include <linux/fb.h> | |
|   | |
|  /* Constants used for fbio SunOS compatibility */ | |
|  /* (C) 1996 Miguel de Icaza */
 | |
| 
 |