* 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.
diff --git a/isisd/topology/spgrid.h b/isisd/topology/spgrid.h
index f96c00f..1c1ceea 100644
--- a/isisd/topology/spgrid.h
+++ b/isisd/topology/spgrid.h
@@ -33,7 +33,7 @@
};
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 */