scp "Bad address" errors with strange filesystem block sizes

Markus Friedl markus at openbsd.org
Thu Dec 5 20:46:10 EST 2002


On Tue, Dec 03, 2002 at 01:37:51PM +1100, Tim Robbins wrote:
> +#ifndef roundup
> +#define	roundup(x, y)	((((x)+((y)-1))/(y))*(y))   /* to any y */
> +#endif

no need to define roundup here, openssh uses roundup() in
other places, too.

-m



More information about the openssh-unix-dev mailing list