blob: 44beb1533b07bacb5add6a08ec69d5aadafb1305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.1 2006/03/02 21:28:23 joerg Exp $
--- sbr/ruserpass.c.orig 2006-03-02 20:52:29.000000000 +0000
+++ sbr/ruserpass.c
@@ -65,7 +65,6 @@ ruserpass(char *host, char **aname, char
char *hdir, buf[BUFSIZ];
int t, usedefault = 0;
struct stat stb;
- extern int errno;
hdir = getenv("HOME");
if (hdir == NULL)
|