[bug #4302] errno is not always an extern int
[mmh] / sbr / ruserpass.c
index 9e50da6..4c12b71 100644 (file)
@@ -66,7 +66,6 @@ ruserpass(char *host, char **aname, char **apass)
     char *hdir, buf[BUFSIZ];
     int t, usedefault = 0;
     struct stat stb;
-    extern int errno;
 
     hdir = getenv("HOME");
     if (hdir == NULL)