Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3816 → Rev 3815

/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
69,8 → 69,7
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;