/[enigma]/enigma/lib-src/zipios++/src/filepath.cpp
ViewVC logotype

Diff of /enigma/lib-src/zipios++/src/filepath.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Tue Jun 10 22:09:57 2003 UTC revision 1.2 by dheck, Sun Jun 15 15:32:57 2003 UTC
# Line 41  void FilePath::check() const { Line 41  void FilePath::check() const {
41      _is_dir    = S_ISDIR ( buf.st_mode ) ;      _is_dir    = S_ISDIR ( buf.st_mode ) ;
42      _is_char   = S_ISCHR ( buf.st_mode ) ;      _is_char   = S_ISCHR ( buf.st_mode ) ;
43      _is_block  = S_ISBLK ( buf.st_mode ) ;      _is_block  = S_ISBLK ( buf.st_mode ) ;
44      _is_socket = S_ISSOCK( buf.st_mode ) ;  //    _is_socket = S_ISSOCK( buf.st_mode ) ;  // doesn't work with mingw32
45      _is_fifo   = S_ISFIFO( buf.st_mode ) ;      _is_fifo   = S_ISFIFO( buf.st_mode ) ;
46    }    }
47  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26