Changeset 334 for trunk/thune/unix

Show
Ignore:
Timestamp:
01/05/07 15:09:08 (2 years ago)
Author:
krobillard
Message:

Thune - Can now use -std=c99 on Fedora Core 6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/unix/os.c

    r257 r334  
    172172        else if( S_ISLNK(buf.st_mode) ) 
    173173            atom = UR_INTERN( "link", 4 ); 
     174#ifdef S_ISSOCK 
    174175        else if( S_ISSOCK(buf.st_mode) ) 
    175176            atom = UR_INTERN( "socket", 6 ); 
     177#endif 
    176178        else 
    177179            atom = UR_INTERN( "other", 5 );