summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_makeaddr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-2/+4
| | | | | | | PR: 9982 Adviced by: des Reviewed by: -alpha and -net (no objection) Obtained from: OpenBSD
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-021-0/+7
| | | | | | | | | | | and res_* modules in a way that works for ELF. I moved the aliases out of res_stubs.c and into the individual modules where the entry points are defined. Weak aliases don't work in ELF unless that is the case. (Actually, I'm surprised it worked for a.out.) This should fix the undefined "inet_addr" and related symbols in various applications that fail to include <arpa/inet.h> or <resolv.h> as they are supposed to do.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+62
OpenPOWER on IntegriCloud