summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-08 16:30:18 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-08 16:30:18 +0000
commitca3342bdfe6896a46e54494d88ceda344c30b2ad (patch)
tree0d58098433e8c63b111f75e1df269e893bc106d2 /libc/inet
parente609541d07b5506da866894ffc5570275541c5e5 (diff)
Oops. missed a spot.
-Erik
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/rpc/ruserpass.c2
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())