Changes in uspace/app/bdsh/cmds/modules/cp/cp.c [5b3cf90:ed903174] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r5b3cf90 red903174 74 74 { 75 75 int fd1, fd2, bytes = 0; 76 off _t total = 0;76 off64_t total = 0; 77 77 int64_t copied = 0; 78 78 char *buff = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.