Skip to content
Snippets Groups Projects
Commit c23536fa authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

remove lint

parent b78eec4a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/stdlib.h>
......
......@@ -588,7 +588,7 @@ sb_sasl_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
p->buf_in.buf_size = p->buf_in.buf_end;
bufptr += ber_pvt_sb_copy_out( &p->buf_in, buf + bufptr, len );
bufptr += ber_pvt_sb_copy_out( &p->buf_in, (char*) buf + bufptr, len );
return bufptr;
}
......
......@@ -7,6 +7,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/socket.h>
#include <ac/errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment