Changeset 174bf23 in rtems
- Timestamp:
- 09/26/03 17:21:16 (19 years ago)
- Children:
- 29e214e
- Parents:
- 65714521
- Location:
- cpukit/libfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/ChangeLog
r65714521 r174bf23 1 2003-09-26 Joel Sherrill <joel@OARcorp.com> 2 3 PR 492/filesystem 4 * src/dosfs/fat_file.c: Fix inconsistent types in va_args call. 5 1 6 2003-09-09 Ralf Corsepius <ralf_corsepius@rtems.com> 2 7 -
cpukit/libfs/src/dosfs/fat_file.c
r65714521 r174bf23 683 683 { 684 684 case F_CLU_NUM: 685 pos = va_arg(ap, int);686 ret = va_arg(ap, int*);685 pos = va_arg(ap, unsigned32); 686 ret = va_arg(ap, unsigned32 *); 687 687 688 688 /* sanity check */
Note: See TracChangeset
for help on using the changeset viewer.