- Timestamp:
- 01/19/12 14:17:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/util.c
r29 r66 253 253 if( fd < 0 ) 254 254 fsd_exc_raise_sys(0); 255 256 if( fchmod(fd, 0600 ) != 0) 257 fsd_exc_raise_sys(0); 258 255 259 while( len > 0 ) 256 260 {
Note: See TracChangeset
for help on using the changeset viewer.