2003-11-06 Roland McGrath <roland@redhat.com>

* net.c (printsock): Fix typo in #ifdef AF_NETLINK.
	From Ulrich Drepper <drepper@redhat.com>.
This commit is contained in:
Roland McGrath 2003-11-06 23:41:23 +00:00
parent b310a0c26b
commit 36ef1bc03e

2
net.c
View File

@ -824,7 +824,7 @@ int addrlen;
break;
#endif /* AF_APACKET */
#ifdef AF_NETLINLK
#ifdef AF_NETLINK
case AF_NETLINK:
tprintf("pid=%d, groups=%08x", addrbuf.nl.nl_pid, addrbuf.nl.nl_groups);
break;