Changeset c3c5640 in mainline
- Timestamp:
- 2008-11-28T10:05:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9dbe035
- Parents:
- 3b10e07b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r3b10e07b rc3c5640 74 74 int fd1, fd2, bytes = 0; 75 75 off_t total = 0; 76 int copied = -1;76 int64_t copied = -1; 77 77 char *buff = NULL; 78 78
Note:
See TracChangeset
for help on using the changeset viewer.