1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/heimdal/files/patch-cg
Jacques Vidrine 61478d4702 = Update 0.2q -> 0.2r
= Replace obscenely large patch to configure with something more
  reasonable
2000-04-18 02:17:25 +00:00

12 lines
312 B
Plaintext

--- lib/45/mk_req.c.orig Mon Apr 17 20:38:38 2000
+++ lib/45/mk_req.c Mon Apr 17 20:38:50 2000
@@ -63,7 +63,7 @@
int
krb_mk_req(KTEXT authent,
- const char *service, const char *instance, const char *realm,
+ char *service, char *instance, char *realm,
int32_t checksum)
{
CREDENTIALS cr;