diff options
4 files changed, 48 insertions, 8 deletions
diff --git a/security/krb5-16/files/patch-appl::gssftp::ftp::ftp_var.h b/security/krb5-16/files/patch-appl::gssftp::ftp::ftp_var.h index 2faff676f220..256e929aa68f 100644 --- a/security/krb5-16/files/patch-appl::gssftp::ftp::ftp_var.h +++ b/security/krb5-16/files/patch-appl::gssftp::ftp::ftp_var.h @@ -1,5 +1,5 @@ ---- appl/gssftp/ftp/ftp_var.h.orig Mon Jun 16 15:37:40 2003 -+++ appl/gssftp/ftp/ftp_var.h Tue Jul 29 22:14:57 2003 +--- appl/gssftp/ftp/ftp_var.h.orig Tue Jun 17 02:37:40 2003 ++++ appl/gssftp/ftp/ftp_var.h Sat Aug 30 05:30:44 2003 @@ -33,6 +33,10 @@ * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 */ @@ -11,3 +11,13 @@ #ifdef _WIN32 #include <windows.h> #include <winsock2.h> +@@ -57,9 +61,7 @@ + typedef void (*sig_t)(int); + typedef void sigtype; + #else +-#define sig_t my_sig_t + #define sigtype krb5_sigtype +-typedef sigtype (*sig_t)(); + #endif + + /* diff --git a/security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h b/security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h index 2faff676f220..256e929aa68f 100644 --- a/security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h +++ b/security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h @@ -1,5 +1,5 @@ ---- appl/gssftp/ftp/ftp_var.h.orig Mon Jun 16 15:37:40 2003 -+++ appl/gssftp/ftp/ftp_var.h Tue Jul 29 22:14:57 2003 +--- appl/gssftp/ftp/ftp_var.h.orig Tue Jun 17 02:37:40 2003 ++++ appl/gssftp/ftp/ftp_var.h Sat Aug 30 05:30:44 2003 @@ -33,6 +33,10 @@ * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 */ @@ -11,3 +11,13 @@ #ifdef _WIN32 #include <windows.h> #include <winsock2.h> +@@ -57,9 +61,7 @@ + typedef void (*sig_t)(int); + typedef void sigtype; + #else +-#define sig_t my_sig_t + #define sigtype krb5_sigtype +-typedef sigtype (*sig_t)(); + #endif + + /* diff --git a/security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h b/security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h index 2faff676f220..256e929aa68f 100644 --- a/security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h +++ b/security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h @@ -1,5 +1,5 @@ ---- appl/gssftp/ftp/ftp_var.h.orig Mon Jun 16 15:37:40 2003 -+++ appl/gssftp/ftp/ftp_var.h Tue Jul 29 22:14:57 2003 +--- appl/gssftp/ftp/ftp_var.h.orig Tue Jun 17 02:37:40 2003 ++++ appl/gssftp/ftp/ftp_var.h Sat Aug 30 05:30:44 2003 @@ -33,6 +33,10 @@ * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 */ @@ -11,3 +11,13 @@ #ifdef _WIN32 #include <windows.h> #include <winsock2.h> +@@ -57,9 +61,7 @@ + typedef void (*sig_t)(int); + typedef void sigtype; + #else +-#define sig_t my_sig_t + #define sigtype krb5_sigtype +-typedef sigtype (*sig_t)(); + #endif + + /* diff --git a/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h b/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h index 2faff676f220..256e929aa68f 100644 --- a/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h +++ b/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h @@ -1,5 +1,5 @@ ---- appl/gssftp/ftp/ftp_var.h.orig Mon Jun 16 15:37:40 2003 -+++ appl/gssftp/ftp/ftp_var.h Tue Jul 29 22:14:57 2003 +--- appl/gssftp/ftp/ftp_var.h.orig Tue Jun 17 02:37:40 2003 ++++ appl/gssftp/ftp/ftp_var.h Sat Aug 30 05:30:44 2003 @@ -33,6 +33,10 @@ * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 */ @@ -11,3 +11,13 @@ #ifdef _WIN32 #include <windows.h> #include <winsock2.h> +@@ -57,9 +61,7 @@ + typedef void (*sig_t)(int); + typedef void sigtype; + #else +-#define sig_t my_sig_t + #define sigtype krb5_sigtype +-typedef sigtype (*sig_t)(); + #endif + + /* |