Changeset 334 for trunk/thune/unix
- Timestamp:
- 01/05/07 15:09:08 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/unix/os.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/unix/os.c
r257 r334 172 172 else if( S_ISLNK(buf.st_mode) ) 173 173 atom = UR_INTERN( "link", 4 ); 174 #ifdef S_ISSOCK 174 175 else if( S_ISSOCK(buf.st_mode) ) 175 176 atom = UR_INTERN( "socket", 6 ); 177 #endif 176 178 else 177 179 atom = UR_INTERN( "other", 5 );
