From owner-cvs-all Tue Dec 21 1:31:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E48F015432; Tue, 21 Dec 1999 01:31:15 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA32551; Tue, 21 Dec 1999 01:31:15 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <199912210931.BAA32551@freefall.freebsd.org> From: Yoshinobu Inoue Date: Tue, 21 Dec 1999 01:31:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 1999/12/21 01:31:15 PST Modified files: usr.bin/netstat route.c Log: define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related information in 80 columns. TODO: IPv6 related information is not likely to be kept in 80 columns, anyway. Some more print modes could be added, but what is the priority between those modes? -print out all information even if they don't fit into 80 columns -strip off some information to fit them into 80 columns Reviewed by: markm Revision Changes Path 1.38 +33 -13 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message