From 029c374c9c2617627b90b7585b6722113cd760a4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Sep 2008 07:02:00 +0000 Subject: Stop using old-style function definitions. --- cpukit/libnetworking/nfs/bootp_subr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/libnetworking/nfs/bootp_subr.c') diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c index 66ff4ef564..7f46582a41 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -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; -- cgit v1.2.3