diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-04-26 03:25:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-04-26 03:25:33 +0000 |
commit | 7ec5e1642e5b5ddfb38a1bf29264f8e4df441e4f (patch) | |
tree | fe3e3d6b26287a1b1a25085ff73d26f84559fca9 /security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c | |
parent | MFkrb5-17. (diff) |
Remove krb5-17, which has been merged into the krb5 port.
Notes
Notes:
svn path=/head/; revision=253261
Diffstat (limited to 'security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c')
-rw-r--r-- | security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c b/security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c deleted file mode 100644 index 40f116af2196..000000000000 --- a/security/krb5-17/files/patch-lib::gssapi::krb5::import_name.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 |