Subversion Repositories Kolibri OS

Rev

Rev 4265 | Rev 5565 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4265 Rev 5201
Line -... Line 1...
-
 
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
2
;;                                                              ;;
-
 
3
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;;
-
 
4
;; Distributed under terms of the GNU General Public License    ;;
-
 
5
;;                                                              ;;
-
 
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
7
 
-
 
8
$Revision: 4850 $
-
 
9
 
-
 
10
 
1
; from stat.h
11
; from stat.h
2
; distinguish file types
12
; distinguish file types
3
S_IFMT      = 0170000o  ; These bits determine file type.
13
S_IFMT      = 0170000o  ; These bits determine file type.
4
S_IFDIR     = 0040000o  ; Directory.
14
S_IFDIR     = 0040000o  ; Directory.
5
S_IFCHR     = 0020000o  ; Character device.
15
S_IFCHR     = 0020000o  ; Character device.