From ca3342bdfe6896a46e54494d88ceda344c30b2ad Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 16:30:18 +0000 Subject: Oops. missed a spot. -Erik --- libc/inet/rpc/ruserpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet') diff --git a/libc/inet/rpc/ruserpass.c b/libc/inet/rpc/ruserpass.c index f6c83accf..c548bdec4 100644 --- a/libc/inet/rpc/ruserpass.c +++ b/libc/inet/rpc/ruserpass.c @@ -96,7 +96,7 @@ int ruserpass(const char *host, const char **aname, const char **apass) char *hdir, *buf, *tmp; char myname[1024], *mydomain; int t, usedefault = 0; - struct stat64 stb; + struct stat stb; /* Give up when running a setuid or setgid app. */ if ((getuid() != geteuid()) || getgid() != getegid()) -- cgit v1.2.3