summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-03-19 15:36:32 +0000
committerbde <bde@FreeBSD.org>1996-03-19 15:36:32 +0000
commit73710850c8d55651bbcd203bb1475f6308d131c5 (patch)
tree57f6233351d63bc8b0b37760336cbea0985b6860 /usr.sbin
parent875ef1656c7f34632e168794daf1d3cb1985967a (diff)
downloadFreeBSD-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')
-rw-r--r--usr.sbin/ctm/ctm_smail/ctm_smail.c2
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
OpenPOWER on IntegriCloud