pkgsrc/mail/ja-mh/patches/patch-aj
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
460 B
Text

$NetBSD: patch-aj,v 1.3 2006/04/11 15:08:38 joerg Exp $
--- sbr/advertise.c.orig 2006-04-11 13:42:29.000000000 +0000
+++ sbr/advertise.c
@@ -15,10 +15,7 @@ static char ident[] = "@(#)$Id: advertis
output... More importantly though, it's a sexy syscall()...
*/
-#ifdef __CYGWIN32__
#include <errno.h>
-#endif
-extern int errno;
#if !defined(BSD44) && !defined(__GNU_LIBRARY__) /* in <stdio.h> */
extern int sys_nerr;
extern char *sys_errlist[];