pkgsrc/security/srp_client/patches/patch-as
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

10 lines
253 B
Text

$NetBSD: patch-as,v 1.1 2006/05/09 19:24:24 joerg Exp $
--- telnet/telnetd/telnetd.h.orig 2006-05-09 18:59:33.000000000 +0000
+++ telnet/telnetd/telnetd.h
@@ -45,5 +45,4 @@
/* other external variables */
extern char **environ;
-extern int errno;