Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3815 → Rev 3816

/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
69,7 → 69,8
return (int) t1;
}
 
static int64_t copy_file(const char *src, const char *dest, size_t blen, int vb)
static int64_t copy_file(const char *src, const char *dest,
size_t blen, int vb)
{
int fd1, fd2, bytes = 0;
off_t total = 0;