cvs commit: hugs98/src dirprim.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Sun, 21 Apr 2002 22:19:05 -0700


sof         2002/04/21 22:19:05 PDT

  Modified files:
    src                  dirprim.c 
  Log:
  Tidy up previous commit:
  - POSIX.1 might define the S_ISDIR() macro, but that doesn't
    guarantee its existence...cope.
  - in the interest of compatibility, follow GHC's implementation of
    Directory.getPermissions and classify everything that's not a
    regular file (and non-executable) as searchable.
  
  Revision  Changes    Path
  1.8       +34 -19    hugs98/src/dirprim.c