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

$NetBSD: patch-av,v 1.1 2006/05/09 19:24:24 joerg Exp $
--- ftp/ftpd/ftpd.c.orig 2006-05-09 19:09:46.000000000 +0000
+++ ftp/ftpd/ftpd.c
@@ -152,7 +152,6 @@ static char *temp_auth_type;
* NOT to be used on this machine.
* Commonly used to disallow uucp.
*/
-extern int errno;
extern char *crypt();
extern char version[];
extern char *home; /* pointer to home directory for glob */