pkgsrc/mail/ja-mh/patches/patch-ax
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

15 lines
415 B
Text

$NetBSD: patch-ax,v 1.1 2006/04/11 15:08:38 joerg Exp $
--- uip/popsbr.c.orig 2006-04-11 14:26:31.000000000 +0000
+++ uip/popsbr.c
@@ -27,10 +27,7 @@ static char ident[] = "@(#)$Id: popsbr.c
#define TRM "."
#define TRMLEN (sizeof TRM - 1)
-#ifdef __CYGWIN32__
#include <errno.h>
-#endif
-extern int errno;
#if !defined(BSD44) && !defined(__GNU_LIBRARY__)
extern int sys_nerr;
extern char *sys_errlist[];