diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-25 18:52:48 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-25 18:52:48 +0000 |
commit | d60fc8fe7b47d6fdd244a858ca57dbdd2358839c (patch) | |
tree | 83b29f33771137b3c728b3a3f67ba1528957829a /news/nntpcache/files | |
parent | 163665320a85b54a46051833571d29bc3c0507ac (diff) | |
download | ports-d60fc8fe7b47d6fdd244a858ca57dbdd2358839c.tar.gz ports-d60fc8fe7b47d6fdd244a858ca57dbdd2358839c.zip |
Update to 3.0.1
Fix some whitespace issues and plist
PR: ports/40982
Submitted by: Maxim Tulyuk <mt@primats.org.ua>
Notes
Notes:
svn path=/head/; revision=63556
Diffstat (limited to 'news/nntpcache/files')
-rw-r--r-- | news/nntpcache/files/patch-src-authinfo_pam.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/news/nntpcache/files/patch-src-authinfo_pam.c b/news/nntpcache/files/patch-src-authinfo_pam.c deleted file mode 100644 index 0c71400c31f8..000000000000 --- a/news/nntpcache/files/patch-src-authinfo_pam.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/authinfo_pam.c.orig Sun Jun 11 14:32:55 2000 -+++ src/authinfo_pam.c Wed Sep 26 11:27:09 2001 -@@ -15,7 +15,9 @@ - #include "authinfo_pam.h" - - #include <security/pam_appl.h> -+#ifndef __FreeBSD__ - #include <security/pam_misc.h> -+#endif - - /* - * pam authenticator. |