mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Fix build
Found by: ian Pointyhat to: me
This commit is contained in:
parent
43336b6385
commit
de46b2c650
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265027
@ -1082,7 +1082,7 @@ rtsock_msg_buffer(int type, struct rt_addrinfo *rtinfo, struct walkarg *w, int *
|
||||
{
|
||||
int i;
|
||||
int len, buflen = 0, dlen;
|
||||
caddr_t cp;
|
||||
caddr_t cp = NULL;
|
||||
struct rt_msghdr *rtm = NULL;
|
||||
#ifdef INET6
|
||||
struct sockaddr_storage ss;
|
||||
|
Loading…
Reference in New Issue
Block a user