summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-29 00:00:16 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-29 00:00:16 +0000
commit1b692649d0249c9380da865c26b46b9d3b43db75 (patch)
tree59a5419865cc2753acf4574291a52aaadb75c3cb /ftp
parentadd (diff)
swap #include order so things work well
Notes
Notes: svn path=/head/; revision=21071
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/files/patch-ah10
-rw-r--r--ftp/proftpd/files/patch-ah10
2 files changed, 10 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah
index 7f1433a2a23d..2fe3db16a045 100644
--- a/ftp/proftpd-devel/files/patch-ah
+++ b/ftp/proftpd-devel/files/patch-ah
@@ -1,10 +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 @@
+--- modules/mod_unixpw.c.orig Sat Aug 28 16:57:42 1999
++++ modules/mod_unixpw.c Sat Aug 28 16:59:06 1999
+@@ -36,6 +36,7 @@
+ #include <sys/security.h>
#endif
#ifdef HAVE_PROT_H
- #include <prot.h>
+#include <krb.h>
+ #include <prot.h>
#endif
- #include "privs.h"
diff --git a/ftp/proftpd/files/patch-ah b/ftp/proftpd/files/patch-ah
index 7f1433a2a23d..2fe3db16a045 100644
--- a/ftp/proftpd/files/patch-ah
+++ b/ftp/proftpd/files/patch-ah
@@ -1,10 +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 @@
+--- modules/mod_unixpw.c.orig Sat Aug 28 16:57:42 1999
++++ modules/mod_unixpw.c Sat Aug 28 16:59:06 1999
+@@ -36,6 +36,7 @@
+ #include <sys/security.h>
#endif
#ifdef HAVE_PROT_H
- #include <prot.h>
+#include <krb.h>
+ #include <prot.h>
#endif
- #include "privs.h"