summaryrefslogtreecommitdiffstats
path: root/libc/inet/herror.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
| | | | Step 10: libc_hidden_removal
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-8/+6
| | | | Step 9: libc/stdio - libc/inet - libc/pwd_grp
* Merge from trunk and bring in NPTL changes."Steven J. Hill"2006-08-231-1/+0
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-2/+7
|
* Merge from trunk."Steven J. Hill"2005-12-101-1/+2
|
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-021-7/+2
|
* OopsEric Andersen2002-02-021-2/+2
|
* Fix hstrerrorEric Andersen2002-02-021-6/+12
|
* Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough2002-01-171-0/+11
|
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
| | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
* Silence stupid warnings caused by bad kernel network includesEric Andersen2001-09-271-0/+2
|
* Add some missing network functionality; grabbed from libc-5.3.12.Manuel Novoa III2001-03-121-0/+51