58f24cc16e
Hide ut assignment in utmp.c (patch-aj), it doesn't exist at least in the code path DragonFly is taking.
12 lines
297 B
Text
12 lines
297 B
Text
$NetBSD: patch-au,v 1.1 2006/05/09 19:24:24 joerg Exp $
|
|
|
|
--- ftp/ftp/glob.c.orig 2006-05-09 19:03:06.000000000 +0000
|
|
+++ ftp/ftp/glob.c
|
|
@@ -76,7 +76,6 @@ static int tglob();
|
|
char **ftpglob();
|
|
char *globerr;
|
|
char *home;
|
|
-extern int errno;
|
|
static char *strspl(), *strend();
|
|
char **copyblk();
|
|
|