diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2011-10-15 16:28:06 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2011-10-15 16:28:06 +0000 |
| commit | b365d954cc9c39e9854eeb726a60ae812e0fb2fe (patch) | |
| tree | a34f7dee77798558dd1364217db88132054fee7b /sys/netinet/in_debug.c | |
| parent | 0ad684e7b49ab2067b3f1fc0e1078901197a52b3 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in_debug.c')
| -rw-r--r-- | sys/netinet/in_debug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/in_debug.c b/sys/netinet/in_debug.c index 7624f1deedfc..0795fa88ef45 100644 --- a/sys/netinet/in_debug.c +++ b/sys/netinet/in_debug.c @@ -86,11 +86,8 @@ in_show_in_ifaddr(struct in_ifaddr *ia) #define IA_DB_RPINTF_DPTR(f, e) db_printf("\t *%s = " f "\n", #e, *ia->e); db_printf("\tin_ifaddr = %p\n", ia); IA_DB_RPINTF_PTR("%p", ia_ifa); - IA_DB_RPINTF("0x%08lx", ia_net); - IA_DB_RPINTF("0x%08lx", ia_netmask); IA_DB_RPINTF("0x%08lx", ia_subnet); IA_DB_RPINTF("0x%08lx", ia_subnetmask); - IA_DB_RPINTF("0x%08x", ia_netbroadcast.s_addr); IA_DB_RPINTF("%p", ia_hash.le_next); IA_DB_RPINTF("%p", ia_hash.le_prev); IA_DB_RPINTF_DPTR("%p", ia_hash.le_prev); |
