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.
		
		
		
		
		
			
		
			
				
					
					
						
							63 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							63 lines
						
					
					
						
							1.8 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../wavemon/gcc34.patch | 
						|
# Copyright (C) 2008 The OpenSDE Project | 
						|
# 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 --- | 
						|
--- wavemon-0.4.0b/conf.c.orig	2004-05-11 14:00:22.433704840 +0200 | 
						|
+++ wavemon-0.4.0b/conf.c	2004-05-11 14:01:33.102961480 +0200 | 
						|
@@ -411,6 +411,7 @@ | 
						|
 									break; | 
						|
 					case t_sep: 	/* gcc -Wall sucks */ | 
						|
 					case t_func: | 
						|
+					; /* and dummy coders, too */ | 
						|
 				} | 
						|
 			} | 
						|
 		} | 
						|
@@ -482,6 +483,7 @@ | 
						|
 				case t_listval: sprintf(rv, "%s", (char *)ci->v); | 
						|
 				case t_sep: break; | 
						|
 				case t_func: | 
						|
+				; | 
						|
 			} | 
						|
 			 | 
						|
 			add = 1; | 
						|
--- wavemon-0.4.0b/conf_scr.c.orig	2004-05-11 14:01:54.314736800 +0200 | 
						|
+++ wavemon-0.4.0b/conf_scr.c	2004-05-11 14:02:28.469544480 +0200 | 
						|
@@ -64,6 +64,7 @@ | 
						|
 							break; | 
						|
 			case t_sep:		/* gcc -Wall sucks */ | 
						|
 			case t_func: | 
						|
+			; /* and dummy coders, too */ | 
						|
 		} | 
						|
  | 
						|
 		if (!item->unit) { | 
						|
@@ -137,6 +138,7 @@ | 
						|
 						break; | 
						|
 		case t_sep:		/* gcc -Wall sucks */ | 
						|
 		case t_func: | 
						|
+		; /* and dummy coders, too */ | 
						|
 	} | 
						|
 }	 | 
						|
  | 
						|
--- wavemon-0.4.0b/wavemon.c.orig	2004-05-11 14:02:49.263383336 +0200 | 
						|
+++ wavemon-0.4.0b/wavemon.c	2004-05-11 14:03:31.590948568 +0200 | 
						|
@@ -170,7 +170,7 @@ | 
						|
  | 
						|
 	if (conf.dump == 1) { | 
						|
 	  dump_parameters(&conf); | 
						|
-	  exit(); | 
						|
+	  exit(0); | 
						|
 	} | 
						|
  | 
						|
 	/* initialize the ncurses interface */
 | 
						|
 |