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/libc/inet_netof.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/libc/inet_netof.c') diff --git a/cpukit/libnetworking/libc/inet_netof.c b/cpukit/libnetworking/libc/inet_netof.c index d7ed467fb5..e71f96f7f2 100644 --- a/cpukit/libnetworking/libc/inet_netof.c +++ b/cpukit/libnetworking/libc/inet_netof.c @@ -46,8 +46,8 @@ * address; handles class a/b/c network #'s. */ in_addr_t -inet_netof(in) - struct in_addr in; +inet_netof( + struct in_addr in) { register u_long i = ntohl(in.s_addr); -- cgit v1.2.3