X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-intr.c;h=b90640f18563cce146db02dd6ed4182739cf3611;hb=5e52d50a1ae65de7545213b433e06e993e2d24bf;hp=2d51fd90daca242b7223f0c1b3e0493e6809b48a;hpb=c22ec5858fdf8e8b849a527f54584e368094ad9c;p=libucw.git diff --git a/lib/conf-intr.c b/lib/conf-intr.c index 2d51fd90..b90640f1 100644 --- a/lib/conf-intr.c +++ b/lib/conf-intr.c @@ -102,7 +102,7 @@ byte *cf_op_names[] = { CF_OPERATIONS }; #undef T byte *cf_type_names[] = { "int", "u64", "double", "ip", "string", "lookup", "user" }; -#define DARY_HDR_SIZE ALIGN(sizeof(uns), CPU_STRUCT_ALIGN) +#define DARY_HDR_SIZE ALIGN_TO(sizeof(uns), CPU_STRUCT_ALIGN) static byte * interpret_set_dynamic(struct cf_item *item, int number, byte **pars, void **ptr)