* uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
authorDavid Levine <levinedl@acm.org>
Wed, 30 Dec 2009 01:42:45 +0000 (01:42 +0000)
committerDavid Levine <levinedl@acm.org>
Wed, 30 Dec 2009 01:42:45 +0000 (01:42 +0000)
pointers to unsigned long before casting to unsigned int
to avoid warnings on 64-bit about casting from pointer
to int of different size.


No differences found