Changeset fda19968 in rtems
- Timestamp:
- 10/11/01 13:17:04 (22 years ago)
- Children:
- 7307d943
- Parents:
- 710b4e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/imfs_getchild.c
r710b4e0 rfda19968 19 19 20 20 static char dotname[2] = "."; 21 static char dotdotname[ 2] = "..";21 static char dotdotname[3] = ".."; 22 22 23 23 IMFS_jnode_t *IMFS_find_match_in_dir(
Note: See TracChangeset
for help on using the changeset viewer.