diff options
author | pfg <pfg@FreeBSD.org> | 2012-09-27 19:10:25 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2012-09-27 19:10:25 +0000 |
commit | 17db4cd864106dba20aafa24d8c6717ec0aa080e (patch) | |
tree | b0021cc6cf8711340229a2a7f6fc07dfc953a425 /lib/libc/rpc/rpc_soc.3 | |
parent | 8f394b36947fe1d8e82fef172f40b2901063475d (diff) | |
download | FreeBSD-src-17db4cd864106dba20aafa24d8c6717ec0aa080e.zip FreeBSD-src-17db4cd864106dba20aafa24d8c6717ec0aa080e.tar.gz |
Complete revert of r239963:
The attempt to merge changes from the linux libtirpc caused
rpc.lockd to exit after startup under unclear conditions.
After many hours of selective experiments and inconsistent results
the conclusion is that it's better to just revert everything and
restart in a future time with a much smaller subset of the
changes.
____
MFC after: 3 days
Reported by: David Wolfskill
Tested by: David Wolfskill
Diffstat (limited to 'lib/libc/rpc/rpc_soc.3')
-rw-r--r-- | lib/libc/rpc/rpc_soc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index a049a83..8dedaa8 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -148,7 +148,7 @@ default authentication used by .Ft "AUTH *" .Xc .It Xo -.Fn authunix_create "char *host" "uid_t uid" "gid_t gid" "int len" "gid_t *aup_gids" +.Fn authunix_create "char *host" "int uid" "int gid" "int len" "int *aup_gids" .Xc .Pp Create and return an |