diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-11-09 02:51:23 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-11-09 02:51:23 +0800 |
commit | 34e9c28ad3284b476391c3b3f2cf22a26c4bb794 (patch) | |
tree | 3015fe41af55de6573dd1788c76c3ee295940f05 /security/krb5-appl/files | |
parent | 9256e09d9be7a5ec2482854f73a9d853bb748a22 (diff) | |
download | freebsd-ports-gnome-34e9c28ad3284b476391c3b3f2cf22a26c4bb794.tar.gz freebsd-ports-gnome-34e9c28ad3284b476391c3b3f2cf22a26c4bb794.tar.zst freebsd-ports-gnome-34e9c28ad3284b476391c3b3f2cf22a26c4bb794.zip |
Fix FreeBSD-4.11 build problem
PR: 87888
Diffstat (limited to 'security/krb5-appl/files')
-rw-r--r-- | security/krb5-appl/files/patch-lib::gssapi::krb5::import_name.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/krb5-appl/files/patch-lib::gssapi::krb5::import_name.c b/security/krb5-appl/files/patch-lib::gssapi::krb5::import_name.c new file mode 100644 index 000000000000..40f116af2196 --- /dev/null +++ b/security/krb5-appl/files/patch-lib::gssapi::krb5::import_name.c @@ -0,0 +1,14 @@ +--- lib/gssapi/krb5/import_name.c.orig Mon Jul 18 15:12:42 2005 ++++ lib/gssapi/krb5/import_name.c Tue Nov 8 09:53:58 2005 +@@ -33,6 +33,11 @@ + #endif + #endif + ++#include <sys/param.h> ++#if __FreeBSD_version < 500100 ++#include <stdio.h> ++#endif ++ + #ifdef HAVE_STRING_H + #include <string.h> + #else |