Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/06/1998 13:00:01
kleink
Wed May  6 12:53:42 PDT 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv4312

Modified Files:
	getdomainname.c setdomainname.c getdomainname.3 
Log Message:
For consistency with the {get,set}hostname() change, change the type of
the `namelen' argument to {get,set}domainname() from int to size_t.


kleink
Wed May  6 12:59:35 PDT 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv4370

Modified Files:
	unistd.h 
Log Message:
Change the type of the `namelen' argument of gethostname(), getdomainname(),
sethostname(), setdomainname() from int to size_t.  The former change was
made due to an X/Open XNS5 requirement, the latter three were made for
consistency.