diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:20:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:20:18 +0000 |
commit | dc590a57d4566d42ff3a78dcead5fe6e62b38517 (patch) | |
tree | 6cdc6b64532c8c303139f7f415464d14c1c6fbc2 /security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h | |
parent | 97b7da8bdb8b6df250654bb89b4860df9578a66b (diff) |
Notes
Diffstat (limited to 'security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h')
-rw-r--r-- | security/krb5-17/files/patch-appl::gssftp::ftp::ftp_var.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 new file mode 100644 index 000000000000..2faff676f220 --- /dev/null +++ b/security/krb5-17/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> |