remove lint

This commit is contained in:
Kurt Zeilenga 2000-06-01 22:01:00 +00:00
parent b78eec4a25
commit c23536faa9
3 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/stdlib.h>

View file

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

View file

@ -7,6 +7,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/socket.h>
#include <ac/errno.h>