summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/sa_len.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
|
* Hide __libc_sa_lenPeter S. Mazinger2005-11-151-1/+1
|
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-0/+62
stuff needed for NFS mounts, rsh, and similar. -Erik