blob: f17a5bbf425ef0f89ec9bf4e5e843a52b1897a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-al,v 1.1 2005/12/27 13:48:56 joerg Exp $
--- rftp/glob.c.orig 1994-10-17 20:21:37.000000000 +0000
+++ rftp/glob.c
@@ -82,7 +82,6 @@ static int tglob();
char **ftpglob();
char *globerr;
char *home;
-extern int errno;
static char *strspl(), *strend();
char **copyblk();
|