Explorar o código

Oops. missed a spot.
-Erik

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
ca3342bdfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/inet/rpc/ruserpass.c

+ 1 - 1
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())