summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getnetbyht.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/getnetbyht.c')
-rw-r--r--lib/libc/net/getnetbyht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getnetbyht.c b/lib/libc/net/getnetbyht.c
index a9707df..cbc45b5 100644
--- a/lib/libc/net/getnetbyht.c
+++ b/lib/libc/net/getnetbyht.c
@@ -156,7 +156,7 @@ found:
struct netent *
_getnetbyhtaddr(net, type)
- register long net;
+ register unsigned long net;
register int type;
{
register struct netent *p;
OpenPOWER on IntegriCloud