]> granicus.if.org Git - strace/commitdiff
2003-11-06 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 6 Nov 2003 23:41:23 +0000 (23:41 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 6 Nov 2003 23:41:23 +0000 (23:41 +0000)
* net.c (printsock): Fix typo in #ifdef AF_NETLINK.
From Ulrich Drepper <drepper@redhat.com>.

net.c

diff --git a/net.c b/net.c
index b5ec383849f0df47a748e7d5c11b7484b5d490bf..7dcd2866630744cf73e97ee93f7623289b433c22 100644 (file)
--- 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;