pkgsrc/mail/procmail/patches/patch-ag
wiz 2b1f9949b3 Fix CVE-2014-3618.
https://bugzilla.redhat.com/show_bug.cgi?id=1121299

While here:
Convert to user-destdir by using pkgsrc setuid framework.
Add comments to some patches.

Bump PKGREVISION.
2014-09-04 07:37:44 +00:00

14 lines
309 B
Text

$NetBSD: patch-ag,v 1.2 2014/09/04 07:37:44 wiz Exp $
Remove unportable errno redefinition.
--- src/includes.h.orig 2006-01-08 13:33:18.000000000 +0000
+++ src/includes.h
@@ -283,7 +283,6 @@ double pow();
#endif
extern /*const*/char**environ;
-extern int errno;
#ifndef STDIN_FILENO
#define STDIN 0