diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1996-09-05 23:34:09 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1996-09-05 23:34:09 +0000 |
| commit | d4b2a43950acbcece588e8197b004c436ce0a75e (patch) | |
| tree | 7985e9f0d426b57e0081d80ccf51fbd75637c9f4 /usr.bin/netstat | |
| parent | c6060a60ef53f9178ac000483804bb47264c7429 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 6140477ef70d7..b913d7e243da5 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.17 1996/07/23 01:18:17 julian Exp $"; + "$Id: route.c,v 1.18 1996/07/23 22:00:12 julian Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -419,7 +419,7 @@ p_sockaddr(sa, mask, flags, width) case AF_APPLETALK: { if (!(flags & RTF_HOST) && mask) - cp = atalk_print2(sa,mask,11); + cp = atalk_print2(sa,mask,9); else cp = atalk_print(sa,11); break; |
