pkgsrc/mail/ja-mh/patches/patch-bf
joerg 3b6df974e1 Add DragonFly support. Fix errno usage. Remove special-casing
of FreeBSD-like systems with objformat, we want minor shared library
numbers.
2006-04-11 15:08:38 +00:00

12 lines
315 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-bf,v 1.1 2006/04/11 15:08:38 joerg Exp $
--- uip/scan.c.orig 2006-04-11 14:46:19.000000000 +0000
+++ uip/scan.c
@@ -50,7 +50,6 @@ static struct swit switches[] = {
/* */
-extern int errno;
#ifdef LBL /* global for sbr/formatsbr.c - yech! */
extern struct msgs *fmt_current_folder;
#endif