pkgsrc/security/srp_client/patches/patch-au
joerg 58f24cc16e Fix errno. Force USE_TERMIO on DragonFly.
Hide ut assignment in utmp.c (patch-aj), it doesn't exist at least in the
code path DragonFly is taking.
2006-05-09 19:24:24 +00:00

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();