git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1933 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-29 08:39:40 +00:00
parent 4402e3466e
commit bcb25584e1

View File

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