summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rpc_prot.c
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
| | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> (cherry picked from commit 0d30e6a7666c3cab001e7343a71bfa2d3e5abbd4) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-11/+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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-10/+10
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-2/+0
| | | | | | | | | | | | | and marked with libc_hidden_proto/def(), or not be exported in .h files and be hidden (or even static if possible). We have five functions which violate this. Fixing: netdb.h: export ruserpass() rpc/rpc.h: export xdr_accepted_reply() and xdr_rejected_reply() make inet_ntoa_r static function (it is not exported in any .h file) make _time_tzset hidden function (it is not exported in any .h file)
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-6/+8
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-23/+29
| | | | missing headers, other jump relocs removed
* kill off two more relocsMike Frysinger2006-01-081-2/+4
|
* Hide morePeter S. Mazinger2005-12-071-2/+3
|
* No more *xdr* jump relocationsPeter S. Mazinger2005-12-071-11/+13
|
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+3
|
* Make sure the sccsid tags never get compiled in.Eric Andersen2002-06-181-1/+1
| | | | -Erik
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-184/+180
| | | | | | | | junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik
* 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>
* Clean up lots of warnings.Manuel Novoa III2001-02-121-2/+10
|
* Wierd. Whats _null_auth doing here?Eric Andersen2001-02-051-2/+0
| | | | -Erik
* Update networking includes.Eric Andersen2001-02-051-3/+2
|
* Bug ugly formatting updateEric Andersen2000-10-091-66/+58
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+289