diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 22:47:46 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 22:47:46 +0000 |
commit | aeea6b43031529c1b5dc0cc515359835d81c2e3c (patch) | |
tree | 0d48dd1ad0baf7acf2004dc922b85e41acec8835 /ftp/proftpd-devel/files | |
parent | 5274c96a777ff0a79abe9bee1e69ed8c5f6b1d37 (diff) | |
download | FreeBSD-ports-aeea6b43031529c1b5dc0cc515359835d81c2e3c.zip FreeBSD-ports-aeea6b43031529c1b5dc0cc515359835d81c2e3c.tar.gz |
add
#include <krb.h>
to the auth stuff.
Submitted by: Alex Demidov <alexd@vinf.ru>
PR Number: 13444
Diffstat (limited to 'ftp/proftpd-devel/files')
-rw-r--r-- | ftp/proftpd-devel/files/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah new file mode 100644 index 0000000..7f1433a --- /dev/null +++ b/ftp/proftpd-devel/files/patch-ah @@ -0,0 +1,10 @@ +--- modules/mod_unixpw.c.orig Sat Aug 28 15:42:13 1999 ++++ modules/mod_unixpw.c Sat Aug 28 15:42:23 1999 +@@ -37,6 +37,7 @@ + #endif + #ifdef HAVE_PROT_H + #include <prot.h> ++#include <krb.h> + #endif + + #include "privs.h" |