diff options
Diffstat (limited to 'sunrpc/auth_des.c')
-rw-r--r-- | sunrpc/auth_des.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sunrpc/auth_des.c b/sunrpc/auth_des.c index 42d6b552f4..5b6f985bc2 100644 --- a/sunrpc/auth_des.c +++ b/sunrpc/auth_des.c @@ -62,8 +62,7 @@ static bool_t authdes_marshal (AUTH *, XDR *); static bool_t authdes_validate (AUTH *, struct opaque_auth *); static bool_t authdes_refresh (AUTH *); static void authdes_destroy (AUTH *); -static bool_t synchronize (struct sockaddr *, struct rpc_timeval *) - internal_function; +static bool_t synchronize (struct sockaddr *, struct rpc_timeval *); static const struct auth_ops authdes_ops = { authdes_nextverf, @@ -444,7 +443,6 @@ authdes_destroy (AUTH *auth) * adjust timep to reflect the delta between our clocks */ static bool_t -internal_function synchronize (struct sockaddr *syncaddr, struct rpc_timeval *timep) { struct timeval mytime; |