Please not that .ext files should never need patching directly. They are automatically generated from EXPORT macros in the source. > diff -ur nntpcache-2.4.0b5/src/authinfo_pam.ext > nntpcache-2.4.0b5-works/src/authinfo_pam.ext > --- nntpcache-2.4.0b5-works/src/authinfo_pam.ext Mon Jun 12 06:01:43 > 2000 > +++ nntpcache-2.4.0b5/src/authinfo_pam.ext Tue Jun 20 00:38:31 > 2000@@ > -19,6 +19,8 @@ > #else > # define EXP_(x) > #endif > +extern authenticator pam_authenticator ; > +extern int pam_got_pass(char *pass); > #ifdef __cplusplus > } > #endif > > > >