diff options
author | bde <bde@FreeBSD.org> | 1996-03-19 15:36:32 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-03-19 15:36:32 +0000 |
commit | 73710850c8d55651bbcd203bb1475f6308d131c5 (patch) | |
tree | 57f6233351d63bc8b0b37760336cbea0985b6860 /usr.sbin/ctm | |
parent | 875ef1656c7f34632e168794daf1d3cb1985967a (diff) | |
download | FreeBSD-src-73710850c8d55651bbcd203bb1475f6308d131c5.zip FreeBSD-src-73710850c8d55651bbcd203bb1475f6308d131c5.tar.gz |
Updated howmany() to be once again identical with the namespace-polluting
one in <sys/types.h>. Lite2 changed the white space in the latter.
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r-- | usr.sbin/ctm/ctm_smail/ctm_smail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index 4782f40..1b2aaed 100644 --- a/usr.sbin/ctm/ctm_smail/ctm_smail.c +++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c @@ -93,7 +93,7 @@ chop_and_send(char *delta, off_t ctm_size, long max_msg_size, char *mail_alias) FILE *dfp; unsigned sum; -#define howmany(x,y) (((x)+((y)-1))/(y)) +#define howmany(x, y) (((x) + ((y) - 1)) / (y)) /* * Work out how many pieces we need, bearing in mind that each piece |