summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/inet_netof.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 12:45:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 12:45:45 +0000
commit00a578ad6bbc15e42afde811d4d6f4051a63303c (patch)
treed41e6ec7999d2448fa9d6f0bc612a2064271c126 /cpukit/libnetworking/libc/inet_netof.c
parent2005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-00a578ad6bbc15e42afde811d4d6f4051a63303c.tar.bz2
in_addr_t.
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;
{