mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Need a declaration for getpeereid also.
This commit is contained in:
		
							
								
								
									
										5
									
								
								compat.h
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								compat.h
									
									
									
									
									
								
							@@ -334,6 +334,11 @@ char		*strndup(const char *, size_t);
 | 
				
			|||||||
void		*memmem(const void *, size_t, const void *, size_t);
 | 
					void		*memmem(const void *, size_t, const void *, size_t);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef HAVE_GETPEEREID
 | 
				
			||||||
 | 
					/* getpeereid.c */
 | 
				
			||||||
 | 
					int		getpeereid(int, uid_t *, gid_t *);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_DAEMON
 | 
					#ifndef HAVE_DAEMON
 | 
				
			||||||
/* daemon.c */
 | 
					/* daemon.c */
 | 
				
			||||||
int	 	 daemon(int, int);
 | 
					int	 	 daemon(int, int);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user