diff options
Diffstat (limited to 'usr.bin/netstat/show.c')
-rw-r--r-- | usr.bin/netstat/show.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/show.c b/usr.bin/netstat/show.c index a82da9d68bc..3af0c5ba84f 100644 --- a/usr.bin/netstat/show.c +++ b/usr.bin/netstat/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.30 2010/03/23 16:26:01 claudio Exp $ */ +/* $OpenBSD: show.c,v 1.31 2010/05/19 13:07:15 chl Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -554,8 +554,6 @@ static char domain[MAXHOSTNAMELEN]; void p_sockaddr_mpls(struct sockaddr *in, struct sockaddr *out, int flags, int width) { - char buf[MAXHOSTNAMELEN], *cp; - if (in->sa_family != AF_MPLS) return; |