summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/ratectrl.c
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2007-04-09 01:38:51 +0000
committergshapiro <gshapiro@FreeBSD.org>2007-04-09 01:38:51 +0000
commit97853bac963c5d3bed1b2cc8456b52dc100a3a16 (patch)
tree2164c380c4cbce635871c28ad6025cf3001cedaa /contrib/sendmail/src/ratectrl.c
parenta26ee9422b3dd49a0146ab2eec3f21acf30e399c (diff)
parent14e22b52d4375b164f9fa21c0ab3abd9837e823f (diff)
downloadFreeBSD-src-97853bac963c5d3bed1b2cc8456b52dc100a3a16.zip
FreeBSD-src-97853bac963c5d3bed1b2cc8456b52dc100a3a16.tar.gz
This commit was generated by cvs2svn to compensate for changes in r168515,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/src/ratectrl.c')
-rw-r--r--contrib/sendmail/src/ratectrl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/src/ratectrl.c b/contrib/sendmail/src/ratectrl.c
index 3185eae..22f9803 100644
--- a/contrib/sendmail/src/ratectrl.c
+++ b/contrib/sendmail/src/ratectrl.c
@@ -45,7 +45,7 @@
*/
#include <sendmail.h>
-SM_RCSID("@(#)$Id: ratectrl.c,v 8.10 2005/06/14 23:07:23 ca Exp $")
+SM_RCSID("@(#)$Id: ratectrl.c,v 8.11 2006/08/15 23:24:57 ca Exp $")
/*
** stuff included - given some warnings (inet_ntoa)
@@ -245,7 +245,7 @@ client_rate(now, saddr, update)
if (!CHashAryOK)
{
- memset(CHashAry, 0, sizeof (CHashAry));
+ memset(CHashAry, 0, sizeof(CHashAry));
CHashAryOK = true;
}
@@ -386,7 +386,7 @@ client_rate(now, saddr, update)
#endif /* NETINET6 */
#if 1
memset(chBest->ch_Times, '\0',
- sizeof (chBest->ch_Times));
+ sizeof(chBest->ch_Times));
#endif /* 1 */
}
OpenPOWER on IntegriCloud