summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-15 10:32:01 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-15 10:32:01 +0000
commitce9bc43cb3a6cd4da05ff0ac2ccc9d94f236c5db (patch)
tree1c825c0c22e8e9fb786e94695cad2d037c99f817 /include/rpc
parentd005495293cb4ddf2f4690f0b74c9ae1a3ce80a8 (diff)
Notes
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/svc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index e62c84d6ac21..7ecae0c68e8f 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -144,11 +144,6 @@ struct svc_req {
#define svc_getrpccaller(x) (&(x)->xp_rtaddr)
/*
- * FreeBSD-only definition to get the creds of the caller (AF_LOCAL).
- */
-#define __svc_getcallercreds(x) ((struct cmsgcred *)(x)->xp_p2)
-
-/*
* Operations defined on an SVCXPRT handle
*
* SVCXPRT *xprt;