Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index