mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	getptmfd() and fdforkpty() compat.
This commit is contained in:
		@@ -29,7 +29,8 @@ void fatal(const char *, ...);
 | 
			
		||||
void fatalx(const char *, ...);
 | 
			
		||||
 | 
			
		||||
pid_t
 | 
			
		||||
forkpty(int *master, unused char *name, struct termios *tio, struct winsize *ws)
 | 
			
		||||
forkpty(int *master, __unused char *name, struct termios *tio,
 | 
			
		||||
    struct winsize *ws)
 | 
			
		||||
{
 | 
			
		||||
	int	slave = -1, fd, pipe_fd[2];
 | 
			
		||||
	char   *path, dummy;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user