]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(inet_addr): Change return type to u_int32_t.
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Dec 1997 02:33:26 +0000 (02:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Dec 1997 02:33:26 +0000 (02:33 +0000)
resolv/inet_addr.c

index 3452672a0a776e92b1237aaa295181052718c4c1..7e38af223f3cf9f1fca5ef0505e6a654f55fc2da 100644 (file)
@@ -71,7 +71,7 @@ static char rcsid[] = "$Id$";
  * Ascii internet address interpretation routine.
  * The value returned is in network order.
  */
-u_long
+u_int32_t
 inet_addr(cp)
        register const char *cp;
 {