- Timestamp:
- Nov 15, 2007, 4:22:11 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/linux-files.lisp
r7646 r7653 314 314 315 315 (defun %unix-file-kind (path &optional check-for-link) 316 (%file-kind (nth-value 1 (%stat path check-for-link)))) 316 (%file-kind (nth-value 1 (%stat (native-translated-namestrig path) 317 check-for-link)))) 317 318 318 319 (defun %unix-fd-kind (fd)
Note:
See TracChangeset
for help on using the changeset viewer.
