pkgsrc/security/mit-krb5/patches/patch-ay
tonnerre ee2541c198 Remove parts of a different security patch which slipped in but are not
supported yet. Don't bump revision as the package didn't build before.
2008-06-07 20:22:18 +00:00

10 lines
278 B
Text

$NetBSD$
--- kadmin/server/misc.h.orig 2004-10-28 00:12:48.000000000 +0200
+++ kadmin/server/misc.h
@@ -44,3 +44,5 @@ krb5_error_code process_chpw_request(krb
#ifdef SVC_GETARGS
void kadm_1(struct svc_req *, SVCXPRT *);
#endif
+
+void trunc_name(size_t *len, char **dots);