1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/ftp/proftpd-devel/files/patch-ah
Michael Haro 81998d276e Upgrade to 1.2.10rc1
Allow for slave ports
2004-05-14 06:46:12 +00:00

11 lines
277 B
Plaintext

--- modules/mod_auth_unix.c.orig Thu May 13 23:40:18 2004
+++ modules/mod_auth_unix.c Thu May 13 23:40:27 2004
@@ -57,6 +57,7 @@
#endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */
#if defined(HAVE_PROT_H) || defined(COMSEC)
+# include <krb.h>
# include <prot.h>
#endif