diff options
Diffstat (limited to 'security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h')
-rw-r--r-- | security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..2faff676f220 --- /dev/null +++ b/security/krb5-appl/files/patch-appl::gssftp::ftp::ftp_var.h @@ -0,0 +1,13 @@ +--- 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 +@@ -33,6 +33,10 @@ + * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 + */ + ++#if defined(__FreeBSD_cc_version) && __FreeBSD_cc_version > 500000 ++#undef __BSD_VISIBLE ++#endif ++ + #ifdef _WIN32 + #include <windows.h> + #include <winsock2.h> |