summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Collapse)AuthorAgeFilesLines
* update some headersPeter S. Mazinger2011-03-031-1/+3
| | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* guard IPv6 stuffPeter S. Mazinger2011-03-031-0/+4
| | | | | | disable IPv6 related stuff if feature is disabled. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-192-3/+17
| | | | | 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-201-0/+3
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* sync with glibcMike Frysinger2006-02-261-1/+3
|
* Sync up w/ glibcPeter S. Mazinger2005-11-041-1/+1
|
* import updates from glibcMike Frysinger2005-03-163-18/+35
|
* Synchronized with glibc (2.3.2).Peter Kjellerstedt2004-10-301-1/+4
|
* These headers should not be included in uClibc -- they should beEric Andersen2004-04-302-292/+0
| | | | part of the ppp instead.
* glibc does not provide pppio.h, and our doing so conflictsEric Andersen2004-03-241-99/+0
| | | | with the ppp package
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-2710-125/+132
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-112-2/+10
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* linux 2.0.x kernels have broken header files. It is silly to be soEric Andersen2001-01-1613-0/+1257
tightly coupled to kernel headers (since the 2.2 ones work with 2.0 as well), so I'm checking in include/net.