pkgsrc/security/srp_client/patches/patch-at
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
376 B
Text

$NetBSD: patch-at,v 1.1 2006/05/09 19:24:24 joerg Exp $
--- ftp/ftp/ftp_var.h.orig 2006-05-09 19:00:49.000000000 +0000
+++ ftp/ftp/ftp_var.h
@@ -131,7 +131,6 @@ extern char macbuf[4096];
extern char *tail();
extern char *remglob();
-extern int errno;
extern char *mktemp();
#if (defined(STDARG) || (defined(__STDC__) && ! defined(VARARGS))) || defined(HAVE_STDARG_H)