summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/bindresvport.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-06-16 03:11:54 +0000
committerTom Yu <tlyu@mit.edu>2004-06-16 03:11:54 +0000
commit02c51b4f59b6c86c2112cd10a209322ad1cbb0c6 (patch)
tree708bc38a3e15681fd669df856517dcd52e0d5d47 /src/lib/rpc/bindresvport.c
parent2584d8a1f09cc0bf93708474c11a3012bedac42b (diff)
downloadkrb5-02c51b4f59b6c86c2112cd10a209322ad1cbb0c6.tar.gz
krb5-02c51b4f59b6c86c2112cd10a209322ad1cbb0c6.tar.xz
krb5-02c51b4f59b6c86c2112cd10a209322ad1cbb0c6.zip
This commit merges the RPCSEC_GSS integration branch onto the trunk.
Remaining work includes: * Default to using kadmin/fqdn for SEAM compatibility * Namespace cleanups and other API tweaks -- this API is not stable yet * Fix lib/rpc/unit-test testsuite to test RPCSEC_GSS in addition to AUTH_GSSAPI Additional work will be tracked in separate tickets. This merge is bracketed between the tags "tlyu-umich-rpc-merge-pre" and "tlyu-umich-rpc-merge-post". ticket: 2578 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16467 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/bindresvport.c')
-rw-r--r--src/lib/rpc/bindresvport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/bindresvport.c b/src/lib/rpc/bindresvport.c
index 28017d6cf5..da1f357bcc 100644
--- a/src/lib/rpc/bindresvport.c
+++ b/src/lib/rpc/bindresvport.c
@@ -47,7 +47,7 @@ static char sccsid[] = "@(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC 1.8 88/02/08
* Bind a socket to a privileged IP port
*/
int
-gssrpc_bindresvport(sd, sockin)
+bindresvport(sd, sockin)
int sd;
struct sockaddr_in *sockin;
{