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

	* net.c (printsock): Fix typo in #ifdef AF_NETLINK.
	From Ulrich Drepper <drepper@redhat.com>.
diff --git a/net.c b/net.c
index b5ec383..7dcd286 100644
--- a/net.c
+++ b/net.c
@@ -824,7 +824,7 @@
 		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;