diff from asou at soum.co.jp
ok claudio kn
-/* $OpenBSD: show.c,v 1.113 2018/06/04 19:17:37 kn Exp $ */
+/* $OpenBSD: show.c,v 1.114 2018/08/31 15:18:02 yasuoka Exp $ */
/* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */
/*
struct in_addr ina;
struct hostent *hp;
- if (in == INADDR_ANY)
- cp = "default";
if (!cp && !nflag) {
if ((hp = gethostbyaddr((char *)&in,
sizeof(in), AF_INET)) != NULL) {
-/* $OpenBSD: show.c,v 1.54 2018/06/04 19:17:37 kn Exp $ */
+/* $OpenBSD: show.c,v 1.55 2018/08/31 15:18:02 yasuoka Exp $ */
/* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */
/*
struct in_addr ina;
struct hostent *hp;
- if (in == INADDR_ANY)
- cp = "default";
if (!cp && !nflag) {
if ((hp = gethostbyaddr((char *)&in,
sizeof(in), AF_INET)) != NULL) {