mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix last element of nc_protos[] array to appease GCC.
This commit is contained in:
parent
c5aa1dc845
commit
b535b298b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164458
@ -161,7 +161,7 @@ struct nc_protos {
|
||||
{"tcp", AF_INET, SOCK_STREAM},
|
||||
{"udp6", AF_INET6, SOCK_DGRAM},
|
||||
{"tcp6", AF_INET6, SOCK_STREAM},
|
||||
{NULL}
|
||||
{NULL, 0, 0}
|
||||
};
|
||||
|
||||
struct nfhret {
|
||||
|
Loading…
Reference in New Issue
Block a user