From: Roland McGrath Date: Thu, 6 Nov 2003 23:41:23 +0000 (+0000) Subject: 2003-11-06 Roland McGrath X-Git-Tag: v4.5.18~679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36ef1bc03e291f98eb5f44ba722a49b87c3cb5e5;p=strace 2003-11-06 Roland McGrath * net.c (printsock): Fix typo in #ifdef AF_NETLINK. From Ulrich Drepper . --- diff --git a/net.c b/net.c index b5ec3838..7dcd2866 100644 --- a/net.c +++ b/net.c @@ -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;