| 
						
						
						
					 | 
					@ -1,7 +1,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					/*
 | 
					 | 
					 | 
					/*
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 * vim:ts=4:sw=4:expandtab | 
					 | 
					 | 
					 * vim:ts=4:sw=4:expandtab | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 * | 
					 | 
					 | 
					 * | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 * © 2010 Michael Stapelberg | 
					 | 
					 | 
					 * © 2010-2011 Michael Stapelberg | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 * | 
					 | 
					 | 
					 * | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 * See LICENSE for licensing information | 
					 | 
					 | 
					 * See LICENSE for licensing information | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 * | 
					 | 
					 | 
					 * | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -313,7 +313,7 @@ int main(int argc, char *argv[]) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        , longopts, &optind)) != -1) { | 
					 | 
					 | 
					        , longopts, &optind)) != -1) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        switch (o) { | 
					 | 
					 | 
					        switch (o) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        case 'v': | 
					 | 
					 | 
					        case 'v': | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            errx(EXIT_SUCCESS, "version " VERSION " © 2010 Michael Stapelberg\n"); | 
					 | 
					 | 
					            errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg\n"); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        case 'n': | 
					 | 
					 | 
					        case 'n': | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            dont_fork = true; | 
					 | 
					 | 
					            dont_fork = true; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            break; | 
					 | 
					 | 
					            break; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |