mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
$NetBSD: patch-ab,v 1.9 2012/03/22 14:13:29 taca Exp $
|
|
|
|
--- popper/popauth.c.orig 2011-05-30 19:13:40.000000000 +0000
|
|
+++ popper/popauth.c
|
|
@@ -192,7 +192,7 @@ static struct mods {
|
|
#define APOP_AUTH 1
|
|
{ "apopauth" },
|
|
#define POP_AUTH 2
|
|
- { "popauth" },
|
|
+ { "qpopauth" },
|
|
#define OTHER 3
|
|
{ NULL }
|
|
};
|