pkgsrc/mail/poppassd/patches/patch-ag
taca a8486e684a Update poppassd to 4.1.0.
Use the same distfile with qpopper 4.1.0.
2012-03-22 14:15:32 +00:00

13 lines
432 B
Text

$NetBSD: patch-ag,v 1.2 2012/03/22 14:15:32 taca Exp $
--- popper/popper.h.orig 2011-05-30 19:13:40.000000000 +0000
+++ popper/popper.h
@@ -308,8 +308,6 @@ typedef struct _pop_sasl pop_
# define WILDCARD_SHELL "/POPPER/ANY/SHELL/"
#endif /* CHECK_SHELL */
-extern int errno;
-
#if !( defined(BSD) && (BSD >= 199306) ) && !defined(__USE_BSD)
extern int sys_nerr;
# ifndef FREEBSD