freebsd-ports/security/krb5-maint/files/patch-lib::gssapi::krb5::import_name.c
Cy Schubert 92b8cac8bb Repocopy of securty/krb5 (current release) to security/krb5-maint
(maintenance release) in preparation for krb5 1.11.3 --> 1.2 update.

Krb5-maint is a maintenance release for those who wish to use the previous
release of MIT krb5.
2013-12-12 05:15:04 +00:00

14 lines
296 B
C

--- 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