From: Hallvard Furuseth Date: Fri, 9 Mar 2012 18:25:44 +0000 (+0100) Subject: Tweak mdb comment with conflicting spec of 'ID' X-Git-Tag: OPENLDAP_REL_ENG_2_4_31~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8d0f057879229457ea92f903e5362af7498f3d5;p=openldap Tweak mdb comment with conflicting spec of 'ID' --- diff --git a/libraries/libmdb/midl.h b/libraries/libmdb/midl.h index 87c8768031..beafb097c0 100644 --- a/libraries/libmdb/midl.h +++ b/libraries/libmdb/midl.h @@ -36,8 +36,7 @@ * @{ */ /** A generic ID number. These were entryIDs in back-bdb. - * It should be the largest integer type supported on a machine. - * It should be equal to the size of a pointer. + * Preferably it should have the same size as a pointer. */ typedef size_t ID;