Stop using old-style function definitions.

This commit is contained in:
Ralf Corsepius
2008-09-01 07:02:00 +00:00
parent 9bac21652a
commit 029c374c9c
41 changed files with 204 additions and 214 deletions

View File

@@ -287,10 +287,10 @@ void *bootp_strdup_realloc(char *dst,const char *src)
}
int
bootpc_call(call,reply,procp)
struct bootp_packet *call;
struct bootp_packet *reply; /* output */
struct proc *procp;
bootpc_call(
struct bootp_packet *call,
struct bootp_packet *reply, /* output */
struct proc *procp)
{
struct socket *so;
struct sockaddr_in *sin;