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

17 lines
416 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-az,v 1.2 2010/09/27 12:01:49 taca Exp $
* Don't declare errno but include <errno.h>.
--- uip/ftpsbr.c.orig 2006-04-11 14:28:22.000000000 +0000
+++ uip/ftpsbr.c
@@ -66,10 +66,7 @@ struct hostent *gethostbystring ();
/* */
-#ifdef __CYGWIN32__
#include <errno.h>
-#endif
-extern int errno;
#if !defined(BSD44) && !defined(__GNU_LIBRARY__)
extern int sys_nerr;
extern char *sys_errlist[];