summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/inet_netof.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/inet_netof.c')
-rw-r--r--cpukit/libnetworking/libc/inet_netof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/inet_netof.c b/cpukit/libnetworking/libc/inet_netof.c
index 179731efc3..820036e62b 100644
--- a/cpukit/libnetworking/libc/inet_netof.c
+++ b/cpukit/libnetworking/libc/inet_netof.c
@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
* Return the network number from an internet
* address; handles class a/b/c network #'s.
*/
-u_long
+in_addr_t
inet_netof(in)
struct in_addr in;
{