Fix last element of nc_protos[] array to appease GCC.

This commit is contained in:
Craig Rodrigues 2006-11-21 02:00:48 +00:00
parent c5aa1dc845
commit b535b298b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164458

View File

@ -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 {