diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/rpc/ruserpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |