Changeset 170 for trunk/src/sh_files.c
- Timestamp:
- Apr 30, 2008, 11:56:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r167 r170 1482 1482 char * relativeName) 1483 1483 { 1484 struct sh_dirent * dirlist = NULL;1485 struct sh_dirent * dirlist_orig = NULL;1484 struct sh_dirent * dirlist; 1485 struct sh_dirent * dirlist_orig; 1486 1486 1487 1487 DIR * thisDir = NULL; … … 1646 1646 */ 1647 1647 SH_MUTEX_LOCK(mutex_readdir); 1648 1649 dirlist = NULL; 1650 dirlist_orig = NULL; 1648 1651 1649 1652 do { … … 2273 2276 } 2274 2277 2275 extern void aud_exit (c har * file, int line, int fd);2278 extern void aud_exit (const char * file, int line, int fd); 2276 2279 2277 2280 int sh_files_test_setup ()
Note:
See TracChangeset
for help on using the changeset viewer.