From: Mark Andrews Date: Thu, 11 Aug 2005 15:03:20 +0000 (+0000) Subject: soft is an int X-Git-Tag: v9.2.6b1~28^2~55 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c9b4dafc92c820c397ee2a3d5dafa46acb7cde58;p=thirdparty%2Fbind9.git soft is an int --- diff --git a/lib/isc/include/isc/quota.h b/lib/isc/include/isc/quota.h index 9b6544e48f6..2839ed54718 100644 --- a/lib/isc/include/isc/quota.h +++ b/lib/isc/include/isc/quota.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.h,v 1.13 2005/07/27 02:29:01 marka Exp $ */ +/* $Id: quota.h,v 1.14 2005/08/11 15:03:20 marka Exp $ */ #ifndef ISC_QUOTA_H #define ISC_QUOTA_H 1 @@ -52,7 +52,7 @@ struct isc_quota { isc_mutex_t lock; /*%< Locked by lock. */ int max; int used; - isc_boolean_t soft; + int soft; }; isc_result_t