summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_ntoa.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+0
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendorMike Barcroft2001-10-091-1/+6
| | | | | | | | | id cruft. Submitted by: bde Notes: svn path=/head/; revision=84725
* Include <string.h> to prototype strcpy(3). While I'm here, make useMike Barcroft2001-10-041-3/+4
| | | | | | | | | of the new RCSID macros. MFC after: 3 days Notes: svn path=/head/; revision=84437
* Implement the weak aliases for private entry points in the inet_*John Polstra1998-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. Notes: svn path=/head/; revision=38736
* Update the resolver parts to bind-8.1.2 level. I have not touched thePeter Wemm1998-06-111-11/+9
| | | | | | | | | getXXXXbyYYYY() interfaces yet. Obtained from: diff relative to bind-8.1.2 sources Notes: svn path=/head/; revision=36891
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+59
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573