Subject: Re: NetBSD master CVS tree commits
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 01/22/1997 12:35:30
In article <19970122080002.23165.qmail@mail.NetBSD.ORG> source@NetBSD.ORG writes:
>
>mikel
>Tue Jan 21 23:57:20 PST 1997
>Update of /cvsroot/src/lib/libc/net
>In directory netbsd1:/var/slash-tmp/cvs-serv22989/src/lib/libc/net
>
>Modified Files:
>	inet.3 
>Log Message:
>inet_makeaddr() takes unsigned long, not int, arguments; fixes PR lib/2385.
>

Not according to solaris-2.5.1:

struct in_addr inet_makeaddr(const int net, const int lna);

maybe 'const in_addr_t' is more correct?

christos