From 51d2e12a88732c8d63311564fd4df090ac3d3608 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Jan 2001 13:18:42 +0000 Subject: I've been working on fixing up the rpc crap. now it is only _mostly_ broken, a big improvement. Still doesn't compile... --- libc/inet/rpc/auth_unix.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'libc/inet/rpc/auth_unix.c') diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c index dcd7df98f..1f213bd8b 100644 --- a/libc/inet/rpc/auth_unix.c +++ b/libc/inet/rpc/auth_unix.c @@ -92,12 +92,9 @@ static bool_t marshal_new_auth(); * Create a unix style authenticator. * Returns an auth handle with the given stuff in it. */ -AUTH *authunix_create(machname, uid, gid, len, aup_gids) -char *machname; -int uid; -int gid; -register int len; -int *aup_gids; +AUTH *authunix_create __P ((char *machname, uid_t uid, + gid_t gid, int len, + gid_t *aup_gids)) { struct authunix_parms aup; char mymem[MAX_AUTH_BYTES]; -- cgit v1.2.3