Changeset 1516:8537a24adfa3 in roaraudio


Ignore:
Timestamp:
04/10/09 19:01:20 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only try to chown UNIX socket if we have UNIX support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1512 r1516  
    669669#endif 
    670670 
    671 #ifdef ROAR_HAVE_IO_POSIX 
     671#if defined(ROAR_HAVE_IO_POSIX) && defined(ROAR_HAVE_UNIX) 
    672672  if ( *server == '/' ) { 
    673673   if ( grp ) { 
Note: See TracChangeset for help on using the changeset viewer.