diff options
Diffstat (limited to 'libc/inet/rpc/auth_unix.c')
-rw-r--r-- | libc/inet/rpc/auth_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c index 373e32bb1..34b89dc0c 100644 --- a/libc/inet/rpc/auth_unix.c +++ b/libc/inet/rpc/auth_unix.c @@ -82,7 +82,7 @@ struct audata { #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) -static bool_t marshal_new_auth(); +static void marshal_new_auth(); /* @@ -292,7 +292,7 @@ register AUTH *auth; * Marshals (pre-serializes) an auth struct. * sets private data, au_marshed and au_mpos */ -static bool_t marshal_new_auth(auth) +static void marshal_new_auth(auth) register AUTH *auth; { XDR xdr_stream; |