Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127725 | Differences between
and this patch

Collapse All | Expand All

(-)amanda-2.4.5.orig/common-src/statfs.c (-1 / +1 lines)
Lines 127-133 Link Here
127
# endif
127
# endif
128
#endif
128
#endif
129
129
130
#define scale(r,s)	( (r) == -1? -1 : (int)((r)*(double)(s)/1024.0) )
130
#define scale(r,s)	( (r) == -1? -1 : (long)((r)*(double)(s)/1024.0) )
131
131
132
int get_fs_stats(dir, sp)
132
int get_fs_stats(dir, sp)
133
char *dir;
133
char *dir;

Return to bug 127725