mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	a few FreeBSD fixes, from alexis
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
		
							parent
							
								
									f04cfcd4f0
								
							
						
					
					
						commit
						644f39d261
					
				
					 4 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -2351,7 +2351,7 @@ int pa_reset_sigs(int except, ...) {
 | 
			
		|||
int pa_reset_sigsv(const int except[]) {
 | 
			
		||||
    int sig;
 | 
			
		||||
 | 
			
		||||
    for (sig = 1; sig < _NSIG; sig++) {
 | 
			
		||||
    for (sig = 1; sig < NSIG; sig++) {
 | 
			
		||||
        pa_bool_t reset = TRUE;
 | 
			
		||||
 | 
			
		||||
        switch (sig) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue