]> git.puffer.fish Git - matthieu/frr.git/commit
Add comments with warnings obtained on NetBSD/i386. Both are due to
authorgdt <gdt>
Thu, 9 Dec 2004 14:46:46 +0000 (14:46 +0000)
committergdt <gdt>
Thu, 9 Dec 2004 14:46:46 +0000 (14:46 +0000)
commitc29fdba771810c70d78d87127d3a479e0f72b60e
tree75361d6969db5f8796596ccb7dbcae1d6769523e
parentd1db06faa82a331fb6729064290ecbc61a969b88
Add comments with warnings obtained on NetBSD/i386.  Both are due to
size_t being used for streams.  Perhaps cast to unsigned long before
printf?  Surely that's big enough even if size_t could be larger in
theory.

(no changelog, since only comment changes)
bgpd/bgp_attr.c
bgpd/bgpd.c