Changeset 78 for trunk/src/sh_entropy.c


Ignore:
Timestamp:
Jan 9, 2007, 10:32:21 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #41 (unable to deactivate processcheck), and minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_entropy.c

    r32 r78  
    310310    {
    311311      /* 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))
    315315        {
    316316
Note: See TracChangeset for help on using the changeset viewer.