mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Even better.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: osdep-freebsd.c,v 1.5 2009-02-07 19:16:25 nicm Exp $ */
 | 
			
		||||
/* $Id: osdep-freebsd.c,v 1.6 2009-02-07 19:24:50 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -39,7 +39,7 @@ char	*get_proc_argv0(pid_t);
 | 
			
		||||
#define is_runnable(p) \
 | 
			
		||||
	((p)->ki_stat == SRUN || (p)->ki_stat == SIDL)
 | 
			
		||||
#define is_stopped(p) \
 | 
			
		||||
	((p)->ki_stat == SSTOP || (p)->ki_stat == SZOMB || (p)->ki_stat == SDEAD)
 | 
			
		||||
	((p)->ki_stat == SSTOP || (p)->ki_stat == SZOMB)
 | 
			
		||||
 | 
			
		||||
char *
 | 
			
		||||
get_argv0(__attribute__ ((unused)) int fd, char *tty)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user