summaryrefslogtreecommitdiffstats
path: root/include/arpa
Commit message (Collapse)AuthorAgeFilesLines
* use __BYTE_ORDER and __*ENDIANPeter S. Mazinger2009-11-191-2/+2
| | | | | | | Those without the __ prefix are BSD specific. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* nameser.h: sync with glibcPeter S. Mazinger2009-11-191-1/+1
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* inet.h: mark inet_ntoa_r as uClibc specificPeter S. Mazinger2009-11-191-1/+5
| | | | | | | Ddisable some prototypes of unimplemented funcs. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-0/+12
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
|
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-0/+2
| | | | | and add it to arpa/inet.h header.
* Sync up w/ glibcPeter S. Mazinger2005-11-041-49/+51
|
* Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ↵Peter S. Mazinger2005-10-201-1/+1
| | | | addr.c also as int. Rename mylock/LOCK/UNLOCK in resolv.c to allow IMA compiling
* Add in missing fileEric Andersen2001-09-271-0/+183
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-275-297/+501
|
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-095-69/+220
| | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-3/+3
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-144-0/+803