diff options
author | cy <cy@FreeBSD.org> | 2003-09-10 08:00:42 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-09-10 08:00:42 +0800 |
commit | 4f88be50851a81808b2e76eb62c87ee6949b3b4d (patch) | |
tree | 1bf812bc6106c110776c5d800156dea8008ea021 /security/krb5-appl | |
parent | 11f290e9ca204153cfcb2f8a3f69327aaee2c45e (diff) | |
download | freebsd-ports-gnome-4f88be50851a81808b2e76eb62c87ee6949b3b4d.tar.gz freebsd-ports-gnome-4f88be50851a81808b2e76eb62c87ee6949b3b4d.tar.zst freebsd-ports-gnome-4f88be50851a81808b2e76eb62c87ee6949b3b4d.zip |
Patch to fix compiles under -STABLE (RELENG_4).
PR: 56169
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h | 14 |
1 files changed, 12 insertions, 2 deletions
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 + + /* |