mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	IRIX fixes thanks to Elias Pipping.
This commit is contained in:
		
							
								
								
									
										4
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								client.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: client.c,v 1.32 2008-06-19 19:36:55 nicm Exp $ */
 | 
			
		||||
/* $Id: client.c,v 1.33 2008-06-23 16:58:49 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -44,10 +44,8 @@ client_init(const char *path, struct client_ctx *cctx, int start_server)
 | 
			
		||||
	int				mode;
 | 
			
		||||
	u_int				retries;
 | 
			
		||||
	struct buffer		       *b;
 | 
			
		||||
	pid_t				pid;
 | 
			
		||||
	char			       *name;
 | 
			
		||||
 | 
			
		||||
	pid = 0;
 | 
			
		||||
	retries = 0;
 | 
			
		||||
retry:
 | 
			
		||||
	if (stat(path, &sb) != 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user