[1825] in Moira Commits
/svn/moira r3972 - trunk/moira/gen
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Feb 1 16:29:21 2010
Date: Mon, 1 Feb 2010 16:29:14 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201002012129.o11LTEcW015218@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2010-02-01 16:29:13 -0500 (Mon, 01 Feb 2010)
New Revision: 3972
Modified:
trunk/moira/gen/hesiod.pc
Log:
s/long/int/
Modified: trunk/moira/gen/hesiod.pc
===================================================================
--- trunk/moira/gen/hesiod.pc 2010-02-01 17:19:19 UTC (rev 3971)
+++ trunk/moira/gen/hesiod.pc 2010-02-01 21:29:13 UTC (rev 3972)
@@ -64,7 +64,7 @@
*/
int setsize; /* = howmany(setbits, NSETBITS) */
-typedef long set_mask;
+typedef int set_mask;
#define NSETBITS (sizeof(set_mask) * NBBY) /* bits per mask */
#ifndef howmany
#define howmany(x, y) (((x) + ((y) - 1)) / (y))