Changeset 5b8d82a2 in rtems for cpukit/libcsupport/src/scandir.c
- Timestamp:
- 08/03/00 14:43:33 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 964717bb
- Parents:
- 0e08ff00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/scandir.c
r0e08ff00 r5b8d82a2 113 113 p->d_reclen = d->d_reclen; 114 114 p->d_namlen = d->d_namlen; 115 strncpy( d->d_name, p->d_name, p->d_namlen + 1);115 strncpy(p->d_name, d->d_name, p->d_namlen + 1); 116 116 /* 117 117 * Check to make sure the array has space left and
Note: See TracChangeset
for help on using the changeset viewer.