Package: chrony Version: 1.20-8 Followup-For: Bug #298709
After applying the following patch, I tried building (with gcc-4.0), installing and running the chrony package on Testing/i386, and it seems to run smoothly. Unfortunately I have no 64-bit capable hardware to test on. Would you like to try it out? regards. g.b. --- chrony-1.20/addrfilt.c 2005-09-14 10:10:56.000000000 +0200 +++ chrony-1.20-peppe/addrfilt.c 2005-09-14 10:57:32.000000000 +0200 @@ -43,17 +43,15 @@ /* Define the table size */ #define TABLE_SIZE (1UL<<NBITS) -struct _TableNode; - -typedef struct _TableNode ExtendedTable[TABLE_SIZE]; - typedef enum {DENY, ALLOW, AS_PARENT} State; typedef struct _TableNode { State state; - ExtendedTable *extended; + struct _TableNode **extended; } TableNode; +typedef struct _TableNode ExtendedTable[TABLE_SIZE]; + struct ADF_AuthTableInst { TableNode base; }; -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages chrony depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libncurses5 5.4-4 Shared libraries for terminal hand ii libreadline4 4.3-11 GNU readline and history libraries -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]