pkgsrc/mail/ja-mh/patches/patch-aq
taca f7ee73e0ba * Fix build problem on NetBSD current, terminfo case.
* Add comments to each patch file.
2010-09-27 12:01:49 +00:00

15 lines
293 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-aq,v 1.4 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- uip/inc.c.orig 2006-04-11 14:22:52.000000000 +0000
+++ uip/inc.c
@@ -142,8 +142,6 @@ static struct swit switches[] = {
/* */
-extern int errno;
-
#ifdef POP
int snoop = 0;
extern char response[];