From 29e50b23530f37df9073808fe78a6c22f00beeea Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 1 Sep 2005 18:18:47 +0000 Subject: * random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke anything. These floats to longs and vice versa casts are starnge indeed. * isis_pdu.c: As we don't use %z for size_t for now because we support older compilers, cast them to unsigned long. Also fix previous changelog entry. Isisd compiles cleanly now again. --- isisd/topology/spgrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/topology/spgrid.h') diff --git a/isisd/topology/spgrid.h b/isisd/topology/spgrid.h index f96c00f3..1c1ceea5 100644 --- a/isisd/topology/spgrid.h +++ b/isisd/topology/spgrid.h @@ -33,7 +33,7 @@ struct arc { }; int gen_spgrid_topology (struct vty *vty, struct list *topology); -int spgrid_check_params (struct vty *vty, int argc, char **argv); +int spgrid_check_params (struct vty *vty, int argc, const char **argv); #endif /* _ZEBRA_ISIS_TOPOLOGY_SPGRID_H */ -- cgit v1.2.1