Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3642 → Rev 3643

/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
73,7 → 73,7
{
int fd1, fd2, bytes = 0;
off_t total = 0;
int copied = -1;
int64_t copied = -1;
char *buff = NULL;
 
if (vb)