commit | 29e50b23530f37df9073808fe78a6c22f00beeea | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Sep 01 18:18:47 2005 +0000 |
committer | hasso <hasso> | Thu Sep 01 18:18:47 2005 +0000 |
tree | c6461b12ec92d0ba5dc776a16510dc2695c6587a | |
parent | aac372f4f5b617a579dafeab31fb486a5d69d65d [diff] |
* 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.