Change keymatlen to size_t to match prototype for str2val.

This commit is contained in:
jmc 2001-02-25 03:50:05 +00:00
parent 5e42e27c0b
commit bacb2758e0

View File

@ -202,7 +202,7 @@ backupsa_from_file()
struct sockaddr *src, *dst;
u_int32_t spi, reqid;
caddr_t keymat;
int keymatlen;
size_t keymatlen;
u_int wsize, e_type, e_keylen, a_type, a_keylen, flags;
u_int32_t l_alloc;
u_int64_t l_bytes, l_addtime, l_usetime;