diff --git a/lib/krb5/net_write.c b/lib/krb5/net_write.c index 3dede3709..c4b2c6722 100644 --- a/lib/krb5/net_write.c +++ b/lib/krb5/net_write.c @@ -5,7 +5,7 @@ RCSID("$Id$"); ssize_t krb5_net_write (krb5_context context, int fd, - void *buf, + const void *buf, size_t len) { char *cbuf = (char *)buf;