Add missing initializers.

This commit is contained in:
Ralf Corsepius
2008-12-23 05:00:57 +00:00
parent a10fd8d96a
commit b7cfd627b3
8 changed files with 47 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ rip_init(void)
ripcbinfo.hashbase = hashinit(1, M_PCB, &ripcbinfo.hashmask);
}
static struct sockaddr_in ripsrc = { sizeof(ripsrc), AF_INET };
static struct sockaddr_in ripsrc = { sizeof(ripsrc), AF_INET, 0, {0}, {0} };
/*
* Setup generic address and protocol structures
* for raw_input routine, then pass them along with