View | Details | Raw Unified | Return to bug 177885
Collapse All | Expand All

(-)bin/cp/utils.c 2013-04-16 18:47:12.000000000 +0200 (+3 lines)
Lines 68-73 Link Here
68
 * smaller than MAXPHYS */
68
 * smaller than MAXPHYS */
69
#define BUFSIZE_SMALL (MAXPHYS)
69
#define BUFSIZE_SMALL (MAXPHYS)
70
70
71
#undef BUFSIZE_MAX
72
#define BUFSIZE_MAX (MAXPHYS)
73
71
int
74
int
72
copy_file(const FTSENT *entp, int dne)
75
copy_file(const FTSENT *entp, int dne)
73
{
76
{

Return to bug 177885