Changeset 78 for trunk/src/sh_entropy.c
- Timestamp:
- Jan 9, 2007, 10:32:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_entropy.c
r32 r78 310 310 { 311 311 /* Test whether file is a character device, and is 312 * not world writeable.313 */ 314 if (0 == sh_unix_ file_exists(fd2))312 * readable. 313 */ 314 if (0 == sh_unix_device_readable(fd2)) 315 315 { 316 316
Note:
See TracChangeset
for help on using the changeset viewer.