summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getaddrinfo/gaitest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-3/+1
| | | | | | when <unistd.h> is included; patch from Jan Stary <hans at stare dot cz>; OK millert
* Update to handle the default resolv order behavior.phessler2009-06-091-1/+8
| | | | | | Add a note that the regress depends on the "family" keyword in resolv.conf OK millert@, deraadt@
* make test successful even when /etc/services is changeditojun2004-06-211-2/+2
|
* do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.itojun2004-02-281-1/+3
|
* add missing includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* Get rid of remaining __P usage (except for imported code);jsyn2002-08-091-4/+4
| | | | ok millert@, rogue ok pjanzen@
* regress for getaddrinfo/getnameinfoitojun2002-07-051-0/+185