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

16 lines
346 B
Text

$NetBSD: patch-af,v 1.4 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- sbr/m_getdefs.c.orig 2006-04-11 13:14:22.000000000 +0000
+++ sbr/m_getdefs.c
@@ -13,9 +13,6 @@ static char ident[] = "@(#)$Id: m_getdef
#include <sys/stat.h>
#include <pwd.h>
-
-extern int errno;
-
#ifndef __STDC__
#ifdef SYS5
struct passwd *getpwuid ();