summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-14 23:33:13 +0000
committerpeter <peter@FreeBSD.org>1996-01-14 23:33:13 +0000
commite0dc99202602929138dfd9fb9d465d21b685919c (patch)
treecb46bba4269c37e6058496505f062e17cb73620d /usr.bin/netstat/if.c
parentd6750ce6ed100621187ebea9b79e9f7d94574393 (diff)
downloadFreeBSD-src-e0dc99202602929138dfd9fb9d465d21b685919c.zip
FreeBSD-src-e0dc99202602929138dfd9fb9d465d21b685919c.tar.gz
Merge in Lite-2 changes.
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r--usr.bin/netstat/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index a0a8a2b..1ab20de 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)if.c 8.2 (Berkeley) 2/21/94";
+static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
#endif /* not lint */
#include <sys/types.h>
@@ -200,7 +200,7 @@ intpr(interval, ifnetaddr)
cp = (char *)LLADDR(sdl);
n = sdl->sdl_alen;
}
- m = printf("<Link>");
+ m = printf("%-11.11s ", "<Link>");
goto hexprint;
default:
m = printf("(%d)", sa->sa_family);
OpenPOWER on IntegriCloud