mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
316 B

  1. --- chrony-1.21/addrfilt.c~ 2005-08-11 22:32:54.000000000 +0200
  2. +++ chrony-1.21/addrfilt.c 2005-12-14 22:52:17.000000000 +0100
  3. @@ -45,7 +45,7 @@
  4. struct _TableNode;
  5. -typedef struct _TableNode ExtendedTable[TABLE_SIZE];
  6. +typedef struct _TableNode *ExtendedTable;
  7. typedef enum {DENY, ALLOW, AS_PARENT} State;