Changeset bffd91f in mainline
- Timestamp:
- 2009-01-22T17:52:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 161ae09
- Parents:
- b7be230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
rb7be230 rbffd91f 70 70 } 71 71 72 static int64_t copy_file(const char *src, const char *dest, size_t blen, int vb) 72 static int64_t copy_file(const char *src, const char *dest, 73 size_t blen, int vb) 73 74 { 74 75 int fd1, fd2, bytes = 0;
Note:
See TracChangeset
for help on using the changeset viewer.