mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
61478d4702
= Replace obscenely large patch to configure with something more reasonable
12 lines
312 B
Plaintext
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;
|