Try to fix build errors.

svn path=/trunk/; revision=32118
This commit is contained in:
Gerald Combs 2010-03-04 21:48:44 +00:00
parent 5e8b6b21b2
commit 2b619452ae
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ typedef struct rlc_lte_tap_info {
guint8 isControlPDU;
guint16 ACKNo;
#define MAX_NACKs 128
guint8 noOfNACKs;
guint16 noOfNACKs;
guint16 NACKs[MAX_NACKs];
guint16 missingSNs;

View File

@ -835,7 +835,7 @@ static guint sip_hash_func(gconstpointer v)
static void
sip_init_protocol(void)
{
gint i;
guint i;
gchar *value_copy;
/* Destroy any existing hashes. */