diff --git a/appl/rcp/util.c b/appl/rcp/util.c index bedfc23df..8d19f67d2 100644 --- a/appl/rcp/util.c +++ b/appl/rcp/util.c @@ -125,6 +125,10 @@ susystem(s, userid) return (status); } +#ifndef roundup +#define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) +#endif + BUF * allocbuf(bp, fd, blksize) BUF *bp;