commit | 8758e544d502e54202079b0521ae0a234d644a4a | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Mon Jun 23 23:39:59 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Mon Jun 23 23:39:59 2003 +0000 |
tree | 7bf90d6c4120b343c8a65fb9854e98355bbdeba3 | |
parent | f02c3c3a8a6c8850be960dea983b51d484c0ae27 [diff] |
2003-06-23 Roland McGrath <roland@redhat.com> * net.c (sys_socket): Decode protocol for PF_INET6 same as PF_INET. From Ulrich Drepper <drepper@redhat.com>.
diff --git a/net.c b/net.c index b136b42..b5ec383 100644 --- a/net.c +++ b/net.c
@@ -887,6 +887,9 @@ tprintf(", "); switch (tcp->u_arg[0]) { case PF_INET: +#ifdef PF_INET6 + case PF_INET6: +#endif printxval(protocols, tcp->u_arg[2], "IPPROTO_???"); break; #ifdef PF_IPX