diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/key_call.c | 1 | ||||
-rw-r--r-- | sunrpc/rpc_prot.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/key_call.c b/sunrpc/key_call.c index e41e3fc380..0b09a5a66e 100644 --- a/sunrpc/key_call.c +++ b/sunrpc/key_call.c @@ -233,6 +233,7 @@ key_gendes (des_block *key) return 0; } +libc_hidden_def (key_gendes) int key_setnet (struct key_netstarg *arg) diff --git a/sunrpc/rpc_prot.c b/sunrpc/rpc_prot.c index 59ec5058b6..69b0b6cd9d 100644 --- a/sunrpc/rpc_prot.c +++ b/sunrpc/rpc_prot.c @@ -283,3 +283,4 @@ _seterr_reply (struct rpc_msg *msg, break; } } +libc_hidden_def (_seterr_reply) |