summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getdomainname.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.Garrett Wollman1996-07-251-2/+2
| | | | | | | Suggested by: Keith Bostic Notes: svn path=/head/; revision=17282
* Include the proper header file (<unistd.h>) and declare [gs]etdomainname()Garrett Wollman1996-07-121-2/+4
| | | | | | | | | | with the correct return type. This does not include the renaming of KERN_DOMAINNAME to KERN_NISDOMAINNAME. Pointed-out-by: Keith Bostic Notes: svn path=/head/; revision=17145
* Added YP domain name getting/setting support, for SunOS/old programGarrett Wollman1994-08-081-0/+59
compatibility. Notes: svn path=/head/; revision=1926